]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ci: do not run undefined for clusterfuzzlite
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 4 Sep 2025 08:45:14 +0000 (10:45 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 8 Sep 2025 16:47:14 +0000 (18:47 +0200)
as it takes too long to build

.clusterfuzzlite/project.yaml
.github/workflows/cifuzz.yml

index 2606abaaeeca3ece69888745b10d714686a02586..45a3de1f008e86c2755c766a6e107df21b5f1990 100644 (file)
@@ -7,7 +7,6 @@ auto_ccs:
 sanitizers:
   - address
   - memory
-  - undefined
 fuzzing_engines:
   - afl
   - honggfuzz
index 6a699d8e8d9a6d49202d8dcc9325e94296eed188..34ac556c913a4587d0615b97c97cf825b9b1a748 100644 (file)
@@ -18,7 +18,7 @@ jobs:
    strategy:
      fail-fast: false
      matrix:
-       sanitizer: [address, undefined]
+       sanitizer: [address]
    steps:
    - name: Clear unnecessary files
      run: |