mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
update build fuzzer
This commit is contained in:
parent
bf8f4f9521
commit
ffd008dc75
5
.github/workflows/pre-commit.yml
vendored
5
.github/workflows/pre-commit.yml
vendored
@ -38,8 +38,7 @@ jobs:
|
||||
|
||||
- name: Fetch deps
|
||||
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
|
||||
do
|
||||
make $h get-deps
|
||||
@ -47,7 +46,7 @@ jobs:
|
||||
|
||||
- name: Build Fuzzer
|
||||
run: |
|
||||
fuzz_harness=$(ls -d test/fuzz/device/*/ test/fuzz/host/*/)
|
||||
fuzz_harness=$(ls -d test/fuzz/device/*/)
|
||||
for h in $fuzz_harness
|
||||
do
|
||||
make $h all
|
||||
|
Loading…
x
Reference in New Issue
Block a user