Skip to content

Commit

Permalink
Prevent "honggfuzz dependency and build command versions do not match"
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinewallace committed Jan 28, 2021
1 parent 25c9a37 commit 89cc84a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/ci-fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rm *_target.rs
[ "$(git diff)" != "" ] && exit 1
popd

cargo update
cargo install --color always --force honggfuzz
sed -i 's/lto = true//' Cargo.toml
HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz" cargo --color always hfuzz build
Expand Down

0 comments on commit 89cc84a

Please sign in to comment.