From f408e971495f52a7f6c2a304b3c9c5b3f7b53142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Thu, 22 May 2025 12:36:38 +0200 Subject: [PATCH] ci: Remove lld workaround for linkme --- .github/workflows/test_rust.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test_rust.yml b/.github/workflows/test_rust.yml index f878d632dc46..38d7c10b8a3e 100644 --- a/.github/workflows/test_rust.yml +++ b/.github/workflows/test_rust.yml @@ -79,13 +79,6 @@ jobs: sudo apt-get update sudo apt install -y libasound2-dev mesa-vulkan-drivers libudev-dev - # Needed after: https://github.com/rust-lang/rust/pull/124129 - # See also: https://github.com/dtolnay/linkme/issues/94 - # Additionally: https://lld.llvm.org/ELF/start-stop-gc - - name: Disable linker start-stop-gc - if: runner.os == 'Linux' - run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=web_sys_unstable_apis\ -Clink-args=-znostart-stop-gc >> $GITHUB_ENV - - name: Enable image tests if: runner.os != 'macOS' shell: bash