Skip to content

Commit f408e97

Browse files
committed
ci: Remove lld workaround for linkme
1 parent 23b9e6f commit f408e97

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test_rust.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ jobs:
7979
sudo apt-get update
8080
sudo apt install -y libasound2-dev mesa-vulkan-drivers libudev-dev
8181
82-
# Needed after: https://github.com/rust-lang/rust/pull/124129
83-
# See also: https://github.com/dtolnay/linkme/issues/94
84-
# Additionally: https://lld.llvm.org/ELF/start-stop-gc
85-
- name: Disable linker start-stop-gc
86-
if: runner.os == 'Linux'
87-
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=web_sys_unstable_apis\ -Clink-args=-znostart-stop-gc >> $GITHUB_ENV
88-
8982
- name: Enable image tests
9083
if: runner.os != 'macOS'
9184
shell: bash

0 commit comments

Comments
 (0)