Skip to content

Commit 89cc84a

Browse files
Prevent "honggfuzz dependency and build command versions do not match"
1 parent 25c9a37 commit 89cc84a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/ci-fuzz.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rm *_target.rs
1212
[ "$(git diff)" != "" ] && exit 1
1313
popd
1414

15+
cargo update
1516
cargo install --color always --force honggfuzz
1617
sed -i 's/lto = true//' Cargo.toml
1718
HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz" cargo --color always hfuzz build

0 commit comments

Comments
 (0)