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 f301b23 commit 35adadcCopy full SHA for 35adadc
.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