mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 12:28:07 +00:00
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:
@ -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:
|
||||||
|
Reference in New Issue
Block a user