mirror of https://github.com/google/oss-fuzz.git
pest: fix build failure (#8127)
cleared RUSTFLAGS for bootstrap closes https://github.com/pest-parser/pest/issues/676
This commit is contained in:
parent
700853c524
commit
1f30f70eeb
|
@ -14,10 +14,10 @@
|
|||
#
|
||||
################################################################################
|
||||
cd $SRC/pest/meta
|
||||
cargo bootstrap
|
||||
RUSTFLAGS="" cargo bootstrap
|
||||
cargo +nightly fuzz build
|
||||
cd $SRC/pest/grammars
|
||||
cargo +nightly fuzz build
|
||||
cp $SRC/pest/meta/fuzz/target/x86_64-unknown-linux-gnu/release/parser $OUT/
|
||||
cp $SRC/pest/grammars/fuzz/target/x86_64-unknown-linux-gnu/release/toml $OUT/
|
||||
cp $SRC/pest/grammars/fuzz/target/x86_64-unknown-linux-gnu/release/json $OUT/
|
||||
cp $SRC/pest/grammars/fuzz/target/x86_64-unknown-linux-gnu/release/json $OUT/
|
||||
|
|
Loading…
Reference in New Issue