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,7 +14,7 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
cd $SRC/pest/meta
|
cd $SRC/pest/meta
|
||||||
cargo bootstrap
|
RUSTFLAGS="" cargo bootstrap
|
||||||
cargo +nightly fuzz build
|
cargo +nightly fuzz build
|
||||||
cd $SRC/pest/grammars
|
cd $SRC/pest/grammars
|
||||||
cargo +nightly fuzz build
|
cargo +nightly fuzz build
|
||||||
|
|
Loading…
Reference in New Issue