We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09a5b0 commit cfdb567Copy full SHA for cfdb567
.github/workflows/ci.yml
@@ -172,7 +172,7 @@ jobs:
172
- run: cargo hfuzz build --no-default-features --features honggfuzz
173
working-directory: fuzz
174
env:
175
- RUSTFLAGS: -Clink-arg=-fuse-ld=lld ${{env.RUSTFLAGS}}
+ RUSTFLAGS: -Clink-arg=-fuse-ld=lld ${{env.RUSTFLAGS}} # https://github.com/rust-fuzz/honggfuzz-rs/issues/97
176
177
doc:
178
name: Documentation
0 commit comments