Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
arttet committed Oct 4, 2024
1 parent f2e3dd2 commit 34cb41c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/rust-compiler-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
xcode-version: 15.4
rust-config: configure
rust-no-debug-assertions: 1
rust-use-lld: true
rust-use-lld: self-contained
macosx_deployment_target: 11.0

- rust-targets: arm64e-apple-ios
Expand All @@ -89,7 +89,7 @@ jobs:
xcode-version: 15.4
rust-config: configure
rust-no-debug-assertions: 1
rust-use-lld: true
rust-use-lld: self-contained
macosx_deployment_target: 11.0
iphoneos_deployment_target: 15.0

Expand Down Expand Up @@ -142,12 +142,6 @@ jobs:
- name: Install sccache
run: brew install sccache

- name: Install llvm
run: |
brew install llvm
brew install lld
echo "PATH=$PATH:/opt/homebrew/opt/llvm/bin:/usr/local/opt/llvm/bin" >> $GITHUB_ENV
- name: Show System Info
run: |
echo "::group::uname"
Expand Down Expand Up @@ -191,10 +185,6 @@ jobs:
ld -v
echo "::endgroup::"
echo "::group::lld"
lld -flavor ld --version
echo "::endgroup::"
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 34cb41c

Please sign in to comment.