Skip to content

Commit cfdb567

Browse files
committed
Link to honggfuzz-rs issue
1 parent b09a5b0 commit cfdb567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- run: cargo hfuzz build --no-default-features --features honggfuzz
173173
working-directory: fuzz
174174
env:
175-
RUSTFLAGS: -Clink-arg=-fuse-ld=lld ${{env.RUSTFLAGS}}
175+
RUSTFLAGS: -Clink-arg=-fuse-ld=lld ${{env.RUSTFLAGS}} # https://github.com/rust-fuzz/honggfuzz-rs/issues/97
176176

177177
doc:
178178
name: Documentation

0 commit comments

Comments
 (0)