Skip to content

Commit

Permalink
Revert "ci: Disable rust-lld on Rust nightly"
Browse files Browse the repository at this point in the history
This reverts commit 1b3701e.
  • Loading branch information
torokati44 committed May 29, 2024
1 parent 1712cd6 commit bf850df
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
sudo apt-get update
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev mesa-vulkan-drivers libpango1.0-dev libudev-dev
# Needed after: https://github.com/rust-lang/rust/pull/124129
# Based on: https://github.com/dtolnay/linkme/pull/88
- name: Disable rust-lld
if: matrix.rust_version == 'nightly'
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV

- name: Cache Cargo output
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit bf850df

Please sign in to comment.