[3.13] gh-144376: Only run 'address' fuzzer for python3-libraries (GH-144398) (#144400)

(cherry picked from commit 5f91577cdd)

Co-authored-by: Seth Michael Larson <seth@python.org>
This commit is contained in:
Stan Ulbrych 2026-02-02 16:51:05 +00:00 committed by GitHub
parent 51fccc6059
commit 54ece4bd58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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