Skip to content

Termux rust-v0.129.0-alpha.10#92

Closed
unemployabot[bot] wants to merge 4 commits intorelease/0.129.0from
upstream/rust-v0.129.0-alpha.10
Closed

Termux rust-v0.129.0-alpha.10#92
unemployabot[bot] wants to merge 4 commits intorelease/0.129.0from
upstream/rust-v0.129.0-alpha.10

Conversation

@unemployabot
Copy link
Copy Markdown

@unemployabot unemployabot Bot commented May 6, 2026

Termux release train

Merging this PR is the manual approval gate. The release build workflow uploads the Android artifact to test; after merge, the deployment workflow attaches that exact artifact to rust-v0.129.0-alpha.10-termux and opens the checkpoint PR.

Upstream notes

Release 0.129.0-alpha.10

bolinfest and others added 4 commits May 5, 2026 23:33
## Why

openai#21255 changed the Linux sandbox fallback so Codex can use a bundled
`codex-resources/bwrap` executable when no suitable system `bwrap` is
available. That lookup is relative to the native Codex executable
returned by
`std::env::current_exe()`, as implemented in
[`bundled_bwrap.rs`](https://github.com/openai/codex/blob/9766d3d51cec885114b6d6c53a02e9efbaf87171/codex-rs/linux-sandbox/src/bundled_bwrap.rs#L83-L93).

The release already publishes a separate `bwrap` DotSlash output, but
the Linux `codex` DotSlash output still pointed at a single-binary
`.zst` payload. Running the `codex` DotSlash manifest only materializes
the native `codex` executable; it does not also create sibling files
from the separate `bwrap` manifest. The fallback path therefore needs
the Linux `codex` DotSlash artifact itself to include the real `bwrap`
executable at `codex-resources/bwrap`.

## What changed

- stage a Linux primary `codex-<target>-bundle.tar.zst` release artifact
containing `codex` and `codex-resources/bwrap`
- point the Linux `codex` DotSlash outputs at that bundle tarball
- leave the standalone `bwrap` DotSlash output in place for consumers
that want to fetch `bwrap` directly

## Verification

- `jq . .github/dotslash-config.json`
- Ruby YAML parse of `.github/workflows/rust-release.yml`
…9.0-alpha.10

Release 0.129.0-alpha.10

# Conflicts:
#	.github/workflows/rust-release.yml
#	codex-rs/Cargo.toml
@unemployabot unemployabot Bot requested a review from wallentx May 6, 2026 10:08
@unemployabot unemployabot Bot added termux-release Termux release automation release-train Release train PR labels May 6, 2026
@wallentx wallentx closed this May 6, 2026
@wallentx wallentx deleted the upstream/rust-v0.129.0-alpha.10 branch May 6, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-train Release train PR termux-release Termux release automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants