summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-12-08 11:36:19 +0700
committerhathach <[email protected]>2022-12-08 11:36:19 +0700
commitffd008dc75d1a04b9a0664b339342fb494356f46 (patch)
tree706e15bd8e0f051aa7f4f05184ef1920ecabd6f4 /.github/workflows
parentbf8f4f95211c286d1ff1def3f140e1e304e76b4d (diff)
update build fuzzer
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pre-commit.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index ff52606e3..29a412bcf 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -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