mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
[release] temporarily use thin LTO for releases
This commit is contained in:
4
.github/workflows/rust-release.yml
vendored
4
.github/workflows/rust-release.yml
vendored
@@ -57,7 +57,9 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: codex-rs
|
working-directory: codex-rs
|
||||||
env:
|
env:
|
||||||
CARGO_PROFILE_RELEASE_LTO: ${{ contains(github.ref_name, '-alpha') && 'thin' || 'fat' }}
|
# 2026-03-04: temporarily change releases to use thin LTO because
|
||||||
|
# Ubuntu ARM is timing out at 60 minutes.
|
||||||
|
CARGO_PROFILE_RELEASE_LTO: ${{ contains(github.ref_name, '-alpha') && 'thin' || 'thin' }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Reference in New Issue
Block a user