Skip to content

Commit b09a5b0

Browse files
committed
Work around cargo-hfuzz nostart-stop-gc gold link failure
1 parent 7cb0f3c commit b09a5b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
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}}
174176

175177
doc:
176178
name: Documentation

0 commit comments

Comments
 (0)