mirror of
https://github.com/OISF/suricata.git
synced 2026-02-18 18:18:04 -05:00
ci: do not run undefined for clusterfuzzlite
as it takes too long to build
This commit is contained in:
parent
b868ee6655
commit
6d52bcbcb1
2 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ auto_ccs:
|
|||
sanitizers:
|
||||
- address
|
||||
- memory
|
||||
- undefined
|
||||
fuzzing_engines:
|
||||
- afl
|
||||
- honggfuzz
|
||||
|
|
|
|||
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
sanitizer: [address, undefined]
|
||||
sanitizer: [address]
|
||||
steps:
|
||||
- name: Clear unnecessary files
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue