Skip to content

sync codex-universal - aug 2025 - #80

Merged
willwang-openai merged 7 commits into
openai:mainfrom
willwang-openai:willwang/update-codex-universal-aug-2025
Aug 27, 2025
Merged

sync codex-universal - aug 2025#80
willwang-openai merged 7 commits into
openai:mainfrom
willwang-openai:willwang/update-codex-universal-aug-2025

Conversation

@willwang-openai

@willwang-openai willwang-openai commented Aug 25, 2025

Copy link
Copy Markdown
Collaborator
  • adds PHP and RUBY version env vars
  • adds validation script
  • use mise to manage versioning for a couple of languages
  • adds more versions for rust
  • organization changes to the Dockerfile
  • fix GHA build by splitting amd64 and arm64 and adding github token

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Something went wrong. Try again later by commenting “@codex review”.

Provided git ref willwang/update-codex-universal-aug-2025 does not exist
About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

@willwang-openai

Copy link
Copy Markdown
Collaborator Author

@codex re review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex Review: Here are some suggestions.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment thread verify.sh
Comment on lines +11 to +17
echo "- Node.js:"
for version in "18" "20" "22"; do
mise use --global "node@${version}"
node --version
npm --version
pnpm --version
yarn --version

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] Verifier switches Node toolchain away from nvm

The image installs Node 18/20/22 via nvm and pins specific npm/pnpm/yarn versions there, but the new verification script activates each Node version through mise use --global. mise installs its own Node builds and does not include the preinstalled pnpm/yarn binaries, so pnpm --version and yarn --version will either fail or report the wrong binaries when the script runs. It also overwrites the global ~/.tool-versions, leaving the final image defaulting to the mise-managed toolchain rather than the nvm setup that the runtime script (setup_universal.sh) expects. Consider using nvm use inside the verifier instead of mise so the check exercises the configured environment without replacing it.

Useful? React with 👍 / 👎.

@willwang-openai
willwang-openai merged commit 7f67edf into openai:main Aug 27, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants