Skip to content

Commit c8b4683

Browse files
authored
Disable rust-lld on nightly to fix coverage ci failure (#5)
Refs: dtolnay/linkme#88, rust-lang/rust#124129
1 parent debc757 commit c8b4683

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
toolchain: nightly
6969
override: true
7070
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
7175
- run: cargo install grcov
7276
- name: Install cargo-feature-combinations
7377
run: cargo install cargo-feature-combinations

0 commit comments

Comments
 (0)