Skip to content

Commit

Permalink
Temporarily downgrade libfuzzer-sys on Windows CI (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin authored Nov 25, 2024
1 parent 973254d commit 39f860f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,7 @@ commands:
[net]
git-fetch-with-cli = true
"@
# Remove this step when https://github.com/rust-fuzz/libfuzzer/issues/126 is fixed on crates.io
- run:
name: Downgrade libfuzzer-sys for https://github.com/rust-fuzz/libfuzzer/issues/126
command: cargo update -p libfuzzer-sys --precise 0.4.7

0 comments on commit 39f860f

Please sign in to comment.