mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-116886: Temporarily disable CIfuzz (memory) (#117018)
This commit is contained in:
parent
60e105c1c1
commit
1ab0d0b116
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -514,7 +514,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
sanitizer: [address, undefined, memory]
|
||||
# sanitizer: [address, undefined, memory] -- memory skipped temporarily until GH-116886 is solved.
|
||||
sanitizer: [address, undefined]
|
||||
steps:
|
||||
- name: Build fuzzers (${{ matrix.sanitizer }})
|
||||
id: build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue