Skip to content

Commit

Permalink
Document fuzzer disable
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 committed Oct 11, 2024
1 parent a5c0d3b commit f18cb23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ run_verification_tests dpe_profile_p384_sha384 rustcrypto
cargo fmt --check
cargo clippy --features libfuzzer-sys
cargo clippy --features afl
# https://github.com/google/zerocopy/issues/1867
# Currently this fuzzer fails to compile when using zerocopy v0.8.3.
# cargo +nightly-2023-11-16 fuzz build --features libfuzzer-sys
cargo +nightly-2023-11-16 afl build --features afl
)
Expand Down

0 comments on commit f18cb23

Please sign in to comment.