From 9b6b50a9870608bff9e7ecf8042e83cdb09cf640 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Fri, 24 Sep 2021 11:54:17 +0200 Subject: [PATCH] Drop fuzzing in rust workflow --- .github/workflows/rust.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0ac4ce56..8dfbc936 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,7 +20,6 @@ jobs: DO_NO_STD: true - rust: nightly env: - DO_FUZZ: true DO_BENCH: true AS_DEPENDENCY: true DO_NO_STD: true @@ -29,11 +28,6 @@ jobs: AS_DEPENDENCY: true PIN_VERSIONS: true steps: - - - name: Install fuzz dependencies - run: sudo apt-get update -y && sudo apt-get install -y binutils-dev libunwind8-dev libcurl4-openssl-dev libelf-dev libdw-dev cmake gcc libiberty-dev - env: ${{ matrix.env }} - if: ${{ env.DO_FUZZ == 'true' }} - name: Checkout Crate uses: actions/checkout@v2 - name: Checkout Toolchain