From 6d52bcbcb12c9c688c0a6338eb040ebfb95b23da Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Thu, 4 Sep 2025 10:45:14 +0200 Subject: [PATCH] ci: do not run undefined for clusterfuzzlite as it takes too long to build --- .clusterfuzzlite/project.yaml | 1 - .github/workflows/cifuzz.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.clusterfuzzlite/project.yaml b/.clusterfuzzlite/project.yaml index 2606abaaee..45a3de1f00 100644 --- a/.clusterfuzzlite/project.yaml +++ b/.clusterfuzzlite/project.yaml @@ -7,7 +7,6 @@ auto_ccs: sanitizers: - address - memory - - undefined fuzzing_engines: - afl - honggfuzz diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 6a699d8e8d..34ac556c91 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - sanitizer: [address, undefined] + sanitizer: [address] steps: - name: Clear unnecessary files run: |