mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
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:
commit
9666fcc5ce
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ rm *_target.rs
|
||||||
popd
|
popd
|
||||||
|
|
||||||
cargo install --force honggfuzz
|
cargo install --force honggfuzz
|
||||||
|
sed -i 's/lto = true//' Cargo.toml
|
||||||
HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz" cargo hfuzz build
|
HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz" cargo hfuzz build
|
||||||
for TARGET in src/bin/*.rs; do
|
for TARGET in src/bin/*.rs; do
|
||||||
FILENAME=$(basename $TARGET)
|
FILENAME=$(basename $TARGET)
|
||||||
|
|
Loading…
Add table
Reference in a new issue