Skip to content

Commit 9b6b50a

Browse files
committed
Drop fuzzing in rust workflow
1 parent 200d531 commit 9b6b50a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
DO_NO_STD: true
2121
- rust: nightly
2222
env:
23-
DO_FUZZ: true
2423
DO_BENCH: true
2524
AS_DEPENDENCY: true
2625
DO_NO_STD: true
@@ -29,11 +28,6 @@ jobs:
2928
AS_DEPENDENCY: true
3029
PIN_VERSIONS: true
3130
steps:
32-
33-
- name: Install fuzz dependencies
34-
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
35-
env: ${{ matrix.env }}
36-
if: ${{ env.DO_FUZZ == 'true' }}
3731
- name: Checkout Crate
3832
uses: actions/checkout@v2
3933
- name: Checkout Toolchain

0 commit comments

Comments
 (0)