Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/build/deps/webkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// -lto variants built with ThinLTO (per-module summaries for cross-language
// importing), and the Windows ICU data table filtered + per-item zstd
// compressed (lazily decompressed via bun_icu_decompress.cpp).
export const WEBKIT_VERSION = "6d586e293f008f0e74e5697611a379b1b24815c9";
export const WEBKIT_VERSION = "autobuild-preview-pr-251-92b221c1";

Check failure on line 10 in scripts/build/deps/webkit.ts

View check run for this annotation

Claude / Claude Code Review

WEBKIT_VERSION points to preview build, contradicting PR description

The PR description states `WEBKIT_VERSION` now points at the release `autobuild-5851d4722e461bae1eb5537b091f4103e192a94a` (from merged oven-sh/WebKit#248), but this diff sets it to `autobuild-preview-pr-251-92b221c1` — a preview build of a different PR. Preview-PR autobuild artifacts are ephemeral and get GC'd, so once that release is deleted `prebuiltUrl()` will 404 for everyone on the prebuilt path. Either the final bump to the release tag wasn't pushed or the description is stale; this should
Comment thread
claude[bot] marked this conversation as resolved.
Outdated

/**
* WebKit (JavaScriptCore) — the JS engine.
Expand Down
Loading
Loading