We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b9e6f commit f408e97Copy full SHA for f408e97
.github/workflows/test_rust.yml
@@ -79,13 +79,6 @@ jobs:
79
sudo apt-get update
80
sudo apt install -y libasound2-dev mesa-vulkan-drivers libudev-dev
81
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
-
89
- name: Enable image tests
90
if: runner.os != 'macOS'
91
shell: bash
0 commit comments