We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a447828 commit 6a5c54cCopy full SHA for 6a5c54c
.github/workflows/build.yml
@@ -655,11 +655,14 @@ jobs:
655
matrix:
656
sanitizer:
657
- address
658
- - undefined
659
- - memory
660
oss-fuzz-project-name:
661
- cpython3
662
- python3-libraries
+ include:
+ - sanitizer: undefined
663
+ oss-fuzz-project-name: cpython3
664
+ - sanitizer: memory
665
666
exclude:
667
# Note that the 'no-exclude' sentinel below is to prevent
668
# an empty string value from excluding all jobs and causing
0 commit comments