Skip to content

Commit

Permalink
Update fuzz.sh (#14257)
Browse files Browse the repository at this point in the history
  • Loading branch information
gedigi authored Aug 13, 2024
1 parent 05c0aa0 commit 92a89f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testsuite/fuzzer/fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ function error() {

function cargo_fuzz() {
# Nightly version control
NIGHTLY_VERSION="nightly-2024-04-01"
# Pin nightly-2024-02-12 because of https://github.com/google/oss-fuzz/issues/11626
NIGHTLY_VERSION="nightly-2024-02-12"
rustup install $NIGHTLY_VERSION
if [ -z "$1" ]; then
error "error using cargo()"
Expand Down

0 comments on commit 92a89f2

Please sign in to comment.