Merge pull request #514 from TheBlueMatt/2020-02-no-lto-travis-fuzz

Skip lto on travis when building fuzz targets as it takes 30 min
This commit is contained in:
Matt Corallo 2020-02-21 01:30:17 +00:00 committed by GitHub
commit 9666fcc5ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)