work around issues between released version of cargo-fuzz and nightly (#1284)

See rust-fuzz/cargo-fuzz#276

Co-authored-by: Brian Caswell <bmc@shmoo.com>
This commit is contained in:
bmc-msft
2021-09-27 11:29:31 -04:00
committed by GitHub
parent d13ce062d0
commit 09bdad4979

View File

@ -2,7 +2,8 @@
all: all:
rustup install nightly rustup install nightly
cargo install cargo-fuzz # temporary fix for cargo-fuzz on latest nightly: https://github.com/rust-fuzz/cargo-fuzz/issues/276
cargo install --git https://github.com/rust-fuzz/cargo-fuzz --rev b4df3e58f767b5cad8d1aa6753961003f56f3609
cargo +nightly fuzz build --release cargo +nightly fuzz build --release
clean: clean: