Skip to content

Commit 815bf6f

Browse files
sethmlarsonStanFromIreland
authored andcommitted
[3.14] gh-144376: Only run 'address' fuzzer for python3-libraries (GH-144398)
(cherry picked from commit 5f91577) Co-authored-by: Seth Michael Larson <seth@python.org>
1 parent 8ba2ddb commit 815bf6f

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
@@ -631,11 +631,14 @@ jobs:
631631
matrix:
632632
sanitizer:
633633
- address
634-
- undefined
635-
- memory
636634
oss-fuzz-project-name:
637635
- cpython3
638636
- python3-libraries
637+
include:
638+
- sanitizer: undefined
639+
oss-fuzz-project-name: cpython3
640+
- sanitizer: memory
641+
oss-fuzz-project-name: cpython3
639642
exclude:
640643
# Note that the 'no-exclude' sentinel below is to prevent
641644
# an empty string value from excluding all jobs and causing

0 commit comments

Comments
 (0)