Skip to content

Commit 1993cd3

Browse files
authored
Merge pull request #495 from dtolnay/fuzzlld
Work around cargo-hfuzz nostart-stop-gc gold link failure
2 parents 7cb0f3c + cfdb567 commit 1993cd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ jobs:
171171
- run: sudo apt-get install binutils-dev libunwind-dev
172172
- run: cargo hfuzz build --no-default-features --features honggfuzz
173173
working-directory: fuzz
174+
env:
175+
RUSTFLAGS: -Clink-arg=-fuse-ld=lld ${{env.RUSTFLAGS}} # https://github.com/rust-fuzz/honggfuzz-rs/issues/97
174176

175177
doc:
176178
name: Documentation

0 commit comments

Comments
 (0)