Skip to content

Commit 54ece4b

Browse files
[3.13] gh-144376: Only run 'address' fuzzer for python3-libraries (GH-144398) (#144400)
(cherry picked from commit 5f91577) Co-authored-by: Seth Michael Larson <seth@python.org>
1 parent 51fccc6 commit 54ece4b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,11 +557,14 @@ jobs:
557557
matrix:
558558
sanitizer:
559559
- address
560-
- undefined
561-
- memory
562560
oss-fuzz-project-name:
563561
- cpython3
564562
- python3-libraries
563+
include:
564+
- sanitizer: undefined
565+
oss-fuzz-project-name: cpython3
566+
- sanitizer: memory
567+
oss-fuzz-project-name: cpython3
565568
exclude:
566569
# Note that the 'no-exclude' sentinel below is to prevent
567570
# an empty string value from excluding all jobs and causing

0 commit comments

Comments
 (0)