Revert "Use rust-lld in CI" (#1257)

Revert "Use `rust-lld` in CI (#1253)"

This reverts commit 1e4e0d166d.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-08-08 20:45:40 +10:00 committed by GitHub
parent 87cfac4bdf
commit 2fbcf188a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 25 deletions

View file

@ -38,18 +38,11 @@ jobs:
os: windows-latest
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
env:
CARGO_BUILD_TARGET: ${{ matrix.target }}
steps:
- uses: actions/checkout@v3
- name: Use rust-lld
run: |
echo "CARGO_TARGET_${CARGO_BUILD_TARGET}_LINKER=rust-lld" >> "$GITHUB_ENV"
- uses: ./.github/actions/just-setup
env:
# just-setup use binstall to install sccache,
@ -81,17 +74,10 @@ jobs:
- target: aarch64-pc-windows-msvc
os: windows-latest
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
env:
CARGO_BUILD_TARGET: ${{ matrix.target }}
steps:
- uses: actions/checkout@v3
- name: Use rust-lld
run: |
echo "CARGO_TARGET_${CARGO_BUILD_TARGET}_LINKER=rust-lld" >> "$GITHUB_ENV"
- uses: ./.github/actions/just-setup
with:
tools: cargo-hack
@ -121,9 +107,6 @@ jobs:
os: windows-latest
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/just-setup