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 d8b8ffa commit d5bbbf7Copy full SHA for d5bbbf7
.github/workflows/test_rust.yml
@@ -61,6 +61,12 @@ jobs:
61
sudo apt-get update
62
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev mesa-vulkan-drivers libpango1.0-dev libudev-dev
63
64
+ # Needed after: https://github.com/rust-lang/rust/pull/124129
65
+ # Based on: https://github.com/dtolnay/linkme/pull/88
66
+ - name: Disable rust-lld
67
+ if: matrix.rust_version == 'nightly'
68
+ run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
69
+
70
- name: Cache Cargo output
71
uses: Swatinem/rust-cache@v2
72
with:
0 commit comments