pest: fix build failure (#8127)

cleared RUSTFLAGS for bootstrap
closes https://github.com/pest-parser/pest/issues/676
This commit is contained in:
Tomas Tauber 2022-08-02 22:42:12 +08:00 committed by GitHub
parent 700853c524
commit 1f30f70eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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/