mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
ci: limit release builds to windows arm64 and add timings
This commit is contained in:
6
.github/workflows/rust-ci.yml
vendored
6
.github/workflows/rust-ci.yml
vendored
@@ -390,9 +390,9 @@ jobs:
|
||||
- name: cargo clippy
|
||||
run: cargo clippy --target ${{ matrix.target }} --all-features --tests --profile ${{ matrix.profile }} --timings -- -D warnings
|
||||
|
||||
- name: cargo build (release)
|
||||
if: ${{ matrix.profile == 'release' }}
|
||||
run: cargo build --release
|
||||
- name: cargo build (windows arm64 release)
|
||||
if: ${{ matrix.profile == 'release' && matrix.target == 'aarch64-pc-windows-msvc' }}
|
||||
run: cargo build --target aarch64-pc-windows-msvc --release --timings --bin codex --bin codex-responses-api-proxy
|
||||
|
||||
- name: Upload Cargo timings (clippy)
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user