From 6a5c54cb18c4a68ab37e04cd5f51dc25542edac8 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Mon, 2 Feb 2026 09:16:45 -0600 Subject: [PATCH] Only run 'address' fuzzer for python3-libraries --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7f7aa5172e082..046e678f8c1b4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -655,11 +655,14 @@ jobs: matrix: sanitizer: - address - - undefined - - memory oss-fuzz-project-name: - cpython3 - python3-libraries + include: + - sanitizer: undefined + oss-fuzz-project-name: cpython3 + - sanitizer: memory + oss-fuzz-project-name: cpython3 exclude: # Note that the 'no-exclude' sentinel below is to prevent # an empty string value from excluding all jobs and causing