From 65c34e4c7c07131bcb46cfec78ae1e33aea6b8ca Mon Sep 17 00:00:00 2001 From: Andrei <122784628+andrei-near@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:19:56 +0100 Subject: [PATCH] no target cpu --- .github/workflows/master_fuzzer_binaries.yml | 7 +++---- .github/workflows/ondemand_fuzzer_binaries.yml | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/master_fuzzer_binaries.yml b/.github/workflows/master_fuzzer_binaries.yml index 80c0994de47..25c5ac961d3 100644 --- a/.github/workflows/master_fuzzer_binaries.yml +++ b/.github/workflows/master_fuzzer_binaries.yml @@ -39,8 +39,8 @@ jobs: crate: cargo-bolero # TODO: remove the below once https://github.com/camshaft/bolero/pull/195 is released on crates.io # and https://github.com/camshaft/bolero/pull/196 has a proper fix - git: https://github.com/Ekleog-NEAR/bolero - rev: 56da8e6d1d018519a30b36d85d3a53fe35a42eaf + git: https://github.com/near/bolero + rev: 1b43f78f25009695493b0e5fb72f9f82d1905845 - run: rustup target add --toolchain nightly wasm32-unknown-unknown @@ -52,6 +52,5 @@ jobs: - name: "Compile fuzzers and upload to GCS" run: | NAME="nearcore-${{ github.ref_name }}-$(env TZ=Etc/UTC date +"%Y%m%d%H%M%S")" - # Our Clusterfuzz setup currently (2024-02) runs on Cascade Lake CPUs - RUSTFLAGS="--cfg fuzz -C target-cpu=cascadelake" cargo +nightly bolero build-clusterfuzz --all-features --profile fuzz + RUSTFLAGS="--cfg fuzz" cargo +nightly bolero build-clusterfuzz --all-features --profile fuzz gsutil cp -Z target/fuzz/clusterfuzz.tar "gs://nearone_fuzzer_targets/${{ github.ref_name }}/$NAME.tar.gz" diff --git a/.github/workflows/ondemand_fuzzer_binaries.yml b/.github/workflows/ondemand_fuzzer_binaries.yml index 006192abb84..80833cfd414 100644 --- a/.github/workflows/ondemand_fuzzer_binaries.yml +++ b/.github/workflows/ondemand_fuzzer_binaries.yml @@ -62,8 +62,8 @@ jobs: crate: cargo-bolero # TODO: remove the below once https://github.com/camshaft/bolero/pull/195 is released on crates.io # and https://github.com/camshaft/bolero/pull/196 has a proper fix - git: https://github.com/Ekleog-NEAR/bolero - rev: 56da8e6d1d018519a30b36d85d3a53fe35a42eaf + git: https://github.com/near/bolero + rev: 1b43f78f25009695493b0e5fb72f9f82d1905845 - run: rustup target add --toolchain nightly wasm32-unknown-unknown