发布

  • fix: use aarch64-unknown-linux-musl instead of aarch64-unknown-linux-gnu (#1228)

    frostbyte_neo 发布于 2025-06-06 05:45:45 +00:00

    Now that we have published a GitHub Release that contains arm64 musl
    artifacts for Linux, update the following scripts to take advantage of
    them:

    • dotslash-config.json now uses musl artifacts for the linux-aarch64
      target
    • install_native_deps.sh for the TypeScript CLI now includes
      codex-linux-sandbox-aarch64-unknown-linux-musl instead of
      codex-linux-sandbox-aarch64-unknown-linux-gnu for sandboxing
    • codex-cli/bin/codex.js now checks for aarch64-unknown-linux-musl
      artifacts instead of aarch64-unknown-linux-gnu ones
    下载附件