Skip to content

Commit bc14182

Browse files
committed
Disable rust-lld on nightly to fix ci failure
1 parent da9b387 commit bc14182

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
- name: Install krb5
7777
run: |
7878
sudo apt install -y libkrb5-dev
79+
# dtolnay/linkme#88
80+
# rust-lang/rust#124129
81+
- name: Disable rust-lld
82+
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
7983
- run: cargo build --all-features --verbose
8084
- name: Run tests
8185
run: LLVM_PROFILE_FILE="zookeeper-client-%p-%m.profraw" cargo test --all-features --verbose -- --nocapture

0 commit comments

Comments
 (0)