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 debc757 commit 4bae981Copy full SHA for 4bae981
.github/workflows/ci.yml
@@ -68,6 +68,10 @@ jobs:
68
toolchain: nightly
69
override: true
70
components: llvm-tools-preview
71
+ # dtolnay/linkme#88
72
+ # rust-lang/rust#124129
73
+ - name: Disable rust-lld
74
+ run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
75
- run: cargo install grcov
76
- name: Install cargo-feature-combinations
77
run: cargo install cargo-feature-combinations
0 commit comments