mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-08 22:30:55 +00:00
Don't build bdshemu_fuzzer
It currently expects AFL to be installed on the build machine. I should change that.
This commit is contained in:
parent
f734bc600b
commit
d06fe6cf56
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -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…
Reference in New Issue
Block a user