From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:50:33 +0000 (+0000) Subject: [3.14] gh-144376: Only run 'address' fuzzer for python3-libraries (GH-144398) (#144399) X-Git-Tag: v3.14.3~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f68d634dfe1e7d8dff69eeadf5adc81c5e91e7e4;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-144376: Only run 'address' fuzzer for python3-libraries (GH-144398) (#144399) (cherry picked from commit 5f91577cdd09bc604001ccfc164042ddbe486a81) Co-authored-by: Seth Michael Larson --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4eec45100a58..428e9d1a6583 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -631,11 +631,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