Skip to content

Commit

Permalink
Bump Fuzzer nightly toolchain from version 2023-11-16 to 2024-10-16.
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 committed Oct 16, 2024
1 parent 62df53f commit b32e127
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ run_verification_tests dpe_profile_p384_sha384 rustcrypto

# Build fuzz target
( cd dpe/fuzz
rustup toolchain install nightly-2023-11-16
cargo +nightly-2023-11-16 install cargo-fuzz cargo-afl
rustup toolchain install nightly-2024-10-16
cargo +nightly-2024-10-16 install cargo-fuzz cargo-afl
cargo fmt --check
cargo clippy --features libfuzzer-sys
cargo clippy --features afl
cargo +nightly-2023-11-16 fuzz build --features libfuzzer-sys
cargo +nightly-2023-11-16 afl build --features afl
cargo +nightly-2024-10-16 fuzz build --features libfuzzer-sys
cargo +nightly-2024-10-16 afl build --features afl
)

# Fix license headers
Expand Down

0 comments on commit b32e127

Please sign in to comment.