]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-144376: Only run 'address' fuzzer for python3-libraries (#144398)
authorSeth Michael Larson <seth@python.org>
Mon, 2 Feb 2026 15:55:11 +0000 (09:55 -0600)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 15:55:11 +0000 (17:55 +0200)
.github/workflows/build.yml

index e7f7aa5172e082c85772805e9512367639b27f21..046e678f8c1b4b3285da6efb7d30a4f0a164fefd 100644 (file)
@@ -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