1 parent 17b3513 commit 0f029abCopy full SHA for 0f029ab
2 files changed
README.md
@@ -61,7 +61,7 @@ build/install/codex/bin/codex --version
61
- The wrapper uses the official Solaris Rust standalone installer target
62
`x86_64-pc-solaris`.
63
- The pinned Codex source is the upstream `openai/codex` release tag
64
- `rust-v0.137.0`, built from its `codex-rs/` workspace.
+ `rust-v0.138.0`, built from its `codex-rs/` workspace.
65
- Set `SOLARIS_CODEX_PROXY_SETUP=/path/to/proxy.sh` if your host needs an
66
environment hook before downloads.
67
- The codex build clears inherited Solaris `LD_*` hardening variables because
versions.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-SOLARIS_CODEX_VERSION=0.137.0
+SOLARIS_CODEX_VERSION=0.138.0
4
RUST_VERSION=1.95.0
5
BINDGEN_CLI_VERSION=0.72.0
6
RUST_TRIPLE=x86_64-pc-solaris
0 commit comments