Skip to content

Commit 842a2b6

Browse files
sethmlarsonthunder-coding
authored andcommitted
pythongh-144376: Only run 'address' fuzzer for python3-libraries (python#144398)
1 parent 29db0cf commit 842a2b6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,11 +655,14 @@ jobs:
655655
matrix:
656656
sanitizer:
657657
- address
658-
- undefined
659-
- memory
660658
oss-fuzz-project-name:
661659
- cpython3
662660
- python3-libraries
661+
include:
662+
- sanitizer: undefined
663+
oss-fuzz-project-name: cpython3
664+
- sanitizer: memory
665+
oss-fuzz-project-name: cpython3
663666
exclude:
664667
# Note that the 'no-exclude' sentinel below is to prevent
665668
# an empty string value from excluding all jobs and causing

0 commit comments

Comments
 (0)