Skip to content

Commit

Permalink
Don't build LLD on MSVC, use macos-12 runner for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Jun 12, 2024
1 parent 2dd6506 commit 5107aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-x86_64-apple-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
#os: [macos-x86_64-self-hosted]
os: [macos-12]
include:
- os: macos-latest
ASSET_PATH: "build/dist/rust-nightly-x86_64-apple-darwin.tar.xz"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64-pc-windows-msvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
working-directory: "R:"
shell: powershell
run: |
python src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${{ github.event.inputs.release_version }}" --enable-extended --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv --dist-compression-formats='xz' --enable-lld
python src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${{ github.event.inputs.release_version }}" --enable-extended --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv --dist-compression-formats='xz'
- name: Build with x.py - dist packages
working-directory: "R:"
continue-on-error: true
Expand Down

0 comments on commit 5107aec

Please sign in to comment.