]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-144376: Only run 'address' fuzzer for python3-libraries (GH-144398) (#144400)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 2 Feb 2026 16:51:05 +0000 (16:51 +0000)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 16:51:05 +0000 (17:51 +0100)
(cherry picked from commit 5f91577cdd09bc604001ccfc164042ddbe486a81)

Co-authored-by: Seth Michael Larson <seth@python.org>
.github/workflows/build.yml

index 5246e6c39fcf298bba47193c33b55800b96eefd9..a11e788c3349bd4b093218cc3acfdf214a0b0d82 100644 (file)
@@ -557,11 +557,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