Skip to content

Commit 16e412f

Browse files
authored
Revert "Disable rust-lld on nightly to fix ci failure" (#67)
This reverts commit b2d6e58.
1 parent 1f3eb7a commit 16e412f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ jobs:
7878
- name: Install krb5
7979
run: |
8080
sudo apt install -y libkrb5-dev
81-
# dtolnay/linkme#88
82-
# rust-lang/rust#124129
83-
- name: Disable rust-lld
84-
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
8581
- run: cargo build --all-features --verbose
8682
- name: Run tests
8783
run: LLVM_PROFILE_FILE="zookeeper-client-%p-%m.profraw" cargo test --all-features --verbose -- --nocapture

0 commit comments

Comments
 (0)