Skip to content

Commit

Permalink
Disable rust-lld on nightly to fix ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw committed May 21, 2024
1 parent 97c2b9f commit b2d6e58
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 @@ -76,6 +76,10 @@ jobs:
- name: Install krb5
run: |
sudo apt install -y libkrb5-dev
# dtolnay/linkme#88
# rust-lang/rust#124129
- name: Disable rust-lld
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
- run: cargo build --all-features --verbose
- name: Run tests
run: LLVM_PROFILE_FILE="zookeeper-client-%p-%m.profraw" cargo test --all-features --verbose -- --nocapture
Expand Down

0 comments on commit b2d6e58

Please sign in to comment.