|
@@ -38,8 +38,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Fetch deps
|
|
- name: Fetch deps
|
|
|
run: |
|
|
run: |
|
|
|
- sudo apt update && sudo apt install libc++abi-dev libc++-dev
|
|
|
|
|
- fuzz_harness=$(ls -d test/fuzz/device/*/ test/fuzz/host/*/)
|
|
|
|
|
|
|
+ fuzz_harness=$(ls -d test/fuzz/device/*/)
|
|
|
for h in $fuzz_harness
|
|
for h in $fuzz_harness
|
|
|
do
|
|
do
|
|
|
make $h get-deps
|
|
make $h get-deps
|
|
@@ -47,7 +46,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Build Fuzzer
|
|
- name: Build Fuzzer
|
|
|
run: |
|
|
run: |
|
|
|
- fuzz_harness=$(ls -d test/fuzz/device/*/ test/fuzz/host/*/)
|
|
|
|
|
|
|
+ fuzz_harness=$(ls -d test/fuzz/device/*/)
|
|
|
for h in $fuzz_harness
|
|
for h in $fuzz_harness
|
|
|
do
|
|
do
|
|
|
make $h all
|
|
make $h all
|