From 7c81b6acad04e6c211fa76baafa189875966b930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Sat, 25 May 2024 00:40:50 +0200 Subject: [PATCH] Revert "ci: Disable rust-lld on Rust nightly" This reverts commit 1b3701e1aa17c46be9b077ecade6ae9d6e975af1. --- .github/workflows/test_rust.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test_rust.yml b/.github/workflows/test_rust.yml index 70633e29643d9..de948a5653318 100644 --- a/.github/workflows/test_rust.yml +++ b/.github/workflows/test_rust.yml @@ -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: