From 8016a858f908f78daa01ea72df092221b9cd2dc2 Mon Sep 17 00:00:00 2001 From: sanket1729 Date: Thu, 24 Feb 2022 23:45:49 -0800 Subject: [PATCH] Tempararily pin fuzzer on rust 1.58 I think this might take a while to resolve and we should move ahead with 1.58. Looks like the fresh release of 1.59 added LLVM 13.0 that broke some things. --- .github/workflows/fuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 914bfd47..be1ea6d8 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -27,7 +27,7 @@ jobs: key: cache-${{ matrix.target }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }} - uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.58 override: true profile: minimal - run: cargo install honggfuzz