We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9b387 commit bc14182Copy full SHA for bc14182
.github/workflows/ci.yml
@@ -76,6 +76,10 @@ jobs:
76
- name: Install krb5
77
run: |
78
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
83
- run: cargo build --all-features --verbose
84
- name: Run tests
85
run: LLVM_PROFILE_FILE="zookeeper-client-%p-%m.profraw" cargo test --all-features --verbose -- --nocapture
0 commit comments