[codex] Link compiler builtins into ARM64 musl V8 - #27325
Closed
anp-oai wants to merge 1 commit into
Closed
Conversation
anp-oai
force-pushed
the
codex/release-rbe-05-arm64-v8-builtins
branch
from
June 10, 2026 19:38
826dfa3 to
0aa36bd
Compare
anp-oai
force-pushed
the
codex/release-rbe-04-v8-mksnapshot
branch
from
June 10, 2026 19:38
13a9304 to
049a9ef
Compare
anp-oai
force-pushed
the
codex/release-rbe-05-arm64-v8-builtins
branch
from
June 10, 2026 19:47
0aa36bd to
3c1b89b
Compare
anp-oai
force-pushed
the
codex/release-rbe-04-v8-mksnapshot
branch
from
June 10, 2026 19:47
049a9ef to
171ad25
Compare
anp-oai
force-pushed
the
codex/release-rbe-05-arm64-v8-builtins
branch
from
June 11, 2026 01:06
3c1b89b to
3848fdc
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-05-arm64-v8-builtins
branch
from
June 11, 2026 01:21
3848fdc to
c4f3f10
Compare
anp-oai
force-pushed
the
codex/release-rbe-04-v8-mksnapshot
branch
from
June 11, 2026 18:24
c08fb4b to
6366a72
Compare
anp-oai
force-pushed
the
codex/release-rbe-05-arm64-v8-builtins
branch
from
June 11, 2026 18:24
c4f3f10 to
e3cc080
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
The source-built ARM64 musl V8 archive references compiler runtime intrinsics. The target selector currently returns the unmerged base archive, leaving those symbols unresolved when the final release binary links.
What changed
Point the ARM64 musl target selection at the existing release archive that merges
clang_rt.builtinswith the V8 static library. Other platforms and V8 targets are unchanged.Validation
bazel query //third_party/v8:rusty_v8_archive_for_targetThe complete ARM64 musl link is exercised by #27326.
Stack: 5 of 6. Depends on #27324.