Don't build bdshemu_fuzzer

It currently expects AFL to be installed on the build machine. I should change that.
pull/13/head
Anichitei Ionel-Cristinel 4 years ago committed by GitHub
parent f734bc600b
commit d06fe6cf56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save