From e4b04630bcf59ea03c1373777a0167af699f92a4 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 22 Sep 2025 17:02:15 -0400 Subject: [PATCH] ci: add Valgrind fuzz --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d02d26a8a8..a05e8f96486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -500,6 +500,12 @@ jobs: timeout-minutes: 240 file-env: './ci/test/00_setup_env_native_fuzz.sh' + - name: 'Valgrind, fuzz' + cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md' + fallback-runner: 'ubuntu-24.04' + timeout-minutes: 240 + file-env: './ci/test/00_setup_env_native_fuzz_with_valgrind.sh' + - name: 'previous releases, depends DEBUG' cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md' fallback-runner: 'ubuntu-24.04'