We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
full_stack
1 parent 9f68f1b commit c87c3f3Copy full SHA for c87c3f3
fuzz/ci-fuzz.sh
@@ -13,10 +13,17 @@ rm *_target.rs
13
[ "$(git diff)" != "" ] && exit 1
14
popd
15
16
+export RUSTFLAGS="--cfg=secp256k1_fuzz --cfg=hashes_fuzz"
17
+
18
+mkdir -p hongfuzz_workspace/full_stack_target/inputs
19
+pushd write-seeds
20
+RUSTFLAGS="$RUSTFLAGS --cfg=fuzzing" cargo run ../hongfuzz_workspace/full_stack_target/inputs
21
+popd
22
23
cargo install --color always --force honggfuzz --no-default-features
24
sed -i 's/lto = true//' Cargo.toml
25
+sed -i 's/codegen-units = 1//' Cargo.toml
26
-export RUSTFLAGS="--cfg=secp256k1_fuzz --cfg=hashes_fuzz"
27
export HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz"
28
29
cargo --color always hfuzz build
0 commit comments