Skip lto on travis when building fuzz targets as it takes 30 min

This commit is contained in:
Matt Corallo 2020-02-20 20:02:26 -05:00
parent 3122d5c377
commit 1b47ddd226

View file

@ -13,6 +13,7 @@ rm *_target.rs
popd
cargo install --force honggfuzz
sed -i 's/lto = true//' Cargo.toml
HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz" cargo hfuzz build
for TARGET in src/bin/*.rs; do
FILENAME=$(basename $TARGET)