mirror of
https://github.com/python/cpython.git
synced 2026-02-14 03:10:44 +00:00
[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:
parent
51fccc6059
commit
54ece4bd58
1 changed files with 5 additions and 2 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue