[codex] Verify cross-platform release builds in CI - #27456
Closed
anp-oai wants to merge 1 commit into
Closed
Conversation
anp-oai
commented
Jun 10, 2026
anp-oai
force-pushed
the
codex/release-rbe-07-cross-release-ci
branch
from
June 10, 2026 20:44
077ec6e to
381ba87
Compare
anp-oai
commented
Jun 10, 2026
anp-oai
force-pushed
the
codex/release-rbe-07-cross-release-ci
branch
2 times, most recently
from
June 10, 2026 22:03
6165b81 to
772c688
Compare
anp-oai
force-pushed
the
codex/release-rbe-07-cross-release-ci
branch
from
June 10, 2026 22:08
772c688 to
0e763ef
Compare
anp-oai
force-pushed
the
codex/release-rbe-07-cross-release-ci
branch
from
June 11, 2026 01:06
0e763ef to
11a1377
Compare
anp-oai
force-pushed
the
codex/release-rbe-06-release-matrix
branch
from
June 11, 2026 01:06
95e7133 to
0eebcc9
Compare
anp-oai
force-pushed
the
codex/release-rbe-07-cross-release-ci
branch
from
June 11, 2026 01:21
11a1377 to
3d1a9fb
Compare
anp-oai
force-pushed
the
codex/release-rbe-06-release-matrix
branch
from
June 11, 2026 01:21
0eebcc9 to
3805177
Compare
anp-oai
force-pushed
the
codex/release-rbe-07-cross-release-ci
branch
from
June 11, 2026 18:24
3d1a9fb to
fd68340
Compare
anp-oai
force-pushed
the
codex/release-rbe-06-release-matrix
branch
from
June 11, 2026 18:24
3805177 to
1f27198
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 release bundle depends on Bazel transitions and cross-toolchain behavior that the existing host release checks do not exercise. CI should catch regressions across all six release targets under the same configuration used by local release builds.
What changed
Add a standalone Linux
cross-release-buildjob that runs in parallel with the existing Bazel jobs and builds//codex-rs/cli:release_binaries. Both the workflow andjust build-for-releaseuse the sharedrelease-binariesBazel config so their invocation settings stay synchronized. Fork PRs without the remote-build credential skip the aggregate build.Validation
just build-for-releaseunder RBE and produced all six release outputs.Stack: 7 of 8. Depends on #27326.