Skip to content

Commit cb45243

Browse files
catenacybervictorjulien
authored andcommitted
ci: do not run undefined for clusterfuzzlite
as it takes too long to build (cherry picked from commit 6d52bcb)
1 parent 6f2dad1 commit cb45243

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.clusterfuzzlite/project.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ auto_ccs:
77
sanitizers:
88
- address
99
- memory
10-
- undefined
1110
fuzzing_engines:
1211
- afl
1312
- honggfuzz

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
sanitizer: [address, undefined]
20+
sanitizer: [address]
2121
steps:
2222
- name: Clear unnecessary files
2323
run: |

0 commit comments

Comments
 (0)