From: Seth Michael Larson Date: Mon, 2 Feb 2026 15:55:11 +0000 (-0600) Subject: gh-144376: Only run 'address' fuzzer for python3-libraries (#144398) X-Git-Tag: v3.15.0a6~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f91577cdd09bc604001ccfc164042ddbe486a81;p=thirdparty%2FPython%2Fcpython.git gh-144376: Only run 'address' fuzzer for python3-libraries (#144398) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7f7aa5172e0..046e678f8c1b 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