From 39f860f3d95421a4e35482e028001834b624f0b7 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 25 Nov 2024 14:58:47 +0100 Subject: [PATCH] Temporarily downgrade libfuzzer-sys on Windows CI (#930) Work around https://github.com/rust-fuzz/libfuzzer/issues/126 --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 649db37e..c9651886 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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