From d06fe6cf56d6434559511c3378389877a446047d Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Fri, 31 Jul 2020 18:18:59 +0300 Subject: [PATCH] Don't build bdshemu_fuzzer It currently expects AFL to be installed on the build machine. I should change that. --- .github/workflows/c-cpp.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b603c1f..92cd8a7 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -53,11 +53,6 @@ jobs: make -j$(nproc) cd .. cd .. - - name: Build shemu fuzzer - run: | - cd bdshemu_fuzz - AFL_COMPILER=gcc make -j$(nproc) - cd .. - name: Install setuptools run: | python3 -m pip install --upgrade pip