X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2Fci-fuzz.sh;h=969505ca88d1bf1e227fd1eeee73c26c13dea741;hb=cbde4a756e45939c5f5b18434d5480b6baf0c4ba;hp=9894178458da6afdac246500474ef70014588f23;hpb=4dc0dd17c00c55055e7cd3256c1cf17834055cbf;p=rust-lightning diff --git a/fuzz/ci-fuzz.sh b/fuzz/ci-fuzz.sh index 98941784..969505ca 100755 --- a/fuzz/ci-fuzz.sh +++ b/fuzz/ci-fuzz.sh @@ -1,5 +1,6 @@ #!/bin/bash set -e +set -x pushd src/msg_targets rm msg_*.rs @@ -12,7 +13,7 @@ rm *_target.rs [ "$(git diff)" != "" ] && exit 1 popd -cargo install --color always --force honggfuzz +cargo install --color always --force honggfuzz --no-default-features sed -i 's/lto = true//' Cargo.toml HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz" cargo --color always hfuzz build for TARGET in src/bin/*.rs; do