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

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

index 4eec45100a58beba0b6f249a559cd192dc553318..428e9d1a658395bbb4dc6783a7290c0ae16c8cdc 100644 (file)
@@ -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