[codex] Select the V8 snapshot tool explicitly for cross-builds - #27324
Closed
anp-oai wants to merge 1 commit into
Closed
[codex] Select the V8 snapshot tool explicitly for cross-builds#27324anp-oai wants to merge 1 commit into
anp-oai wants to merge 1 commit into
Conversation
anp-oai
force-pushed
the
codex/release-rbe-03-windows-arm64-powl
branch
from
June 10, 2026 19:38
e7d6f45 to
79ed550
Compare
anp-oai
force-pushed
the
codex/release-rbe-04-v8-mksnapshot
branch
2 times, most recently
from
June 10, 2026 19:47
049a9ef to
171ad25
Compare
anp-oai
force-pushed
the
codex/release-rbe-03-windows-arm64-powl
branch
from
June 10, 2026 19:47
79ed550 to
0200748
Compare
anp-oai
force-pushed
the
codex/release-rbe-03-windows-arm64-powl
branch
from
June 11, 2026 01:06
0200748 to
0e53824
Compare
anp-oai
force-pushed
the
codex/release-rbe-04-v8-mksnapshot
branch
2 times, most recently
from
June 11, 2026 01:21
095e6ea to
c08fb4b
Compare
anp-oai
force-pushed
the
codex/release-rbe-04-v8-mksnapshot
branch
from
June 11, 2026 18:24
c08fb4b to
6366a72
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
A target-configured Windows
mksnapshotbinary cannot run on Linux remote executors, while Windows cross CI still needs the target-native generator because V8 snapshots embed target ABI details. Selecting the tool implicitly from the target OS cannot satisfy both environments.What changed
Add a V8 build flag that explicitly selects the target-configured snapshot tool. Host-native
mksnapshotremains the default for hermetic remote cross-builds, and the Windows cross CI configuration opts into the target tool while keeping the snapshot action local.Validation
just bazel-lock-checkThe complete remote release build is exercised by #27326.
Stack: 4 of 6. Depends on #27323.