Skip to content

Commit

Permalink
ci: enable lto for visionOS
Browse files Browse the repository at this point in the history
requires llvm 18+
  • Loading branch information
wang-bin committed Sep 27, 2024
1 parent 66f3194 commit 7a1f653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# GITHUB_ENV: https://docs.github.com/en/actions/learn-github-actions/environment-variables#about-environment-variables
FF_VERSION: ${{ vars.FF_VER }} # TODO: latest release if triggered by schedule
LLVM_VER: ${{ vars.LLVM_VER }}
LLVM_VER_DEFAULT: 19
LLVM_VER_DEFAULT: 20
NINJA_STATUS: '[%f/%t %e %r]'
SF_PW_MAPPED: ${{ secrets.SF_PW }}
SF_USER_MAPPED: ${{ secrets.SF_USER }}
Expand Down Expand Up @@ -48,11 +48,11 @@ jobs:
target: tvOSSimulator
- config: default
target: visionOS
- config: lite-lto # llvm-ar-17 merged visionOS lto libs has wrong contents (/,//,*.o/)
- config: lite # llvm-ar-17 merged visionOS lto libs has wrong contents (/,//,*.o/)
target: visionOS
- config: default
target: visionOSSimulator
- config: lite-lto
- config: lite
target: visionOSSimulator
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7a1f653

Please sign in to comment.