Skip to content

Commit

Permalink
Disable rust-lld on nightly to fix coverage ci failure (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw authored May 23, 2024
1 parent debc757 commit c8b4683
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
toolchain: nightly
override: true
components: llvm-tools-preview
# dtolnay/linkme#88
# rust-lang/rust#124129
- name: Disable rust-lld
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
- run: cargo install grcov
- name: Install cargo-feature-combinations
run: cargo install cargo-feature-combinations
Expand Down

0 comments on commit c8b4683

Please sign in to comment.