mirror of https://github.com/python/cpython
gh-116886: Temporarily disable CIfuzz (memory) (#117018)
This commit is contained in:
parent
60e105c1c1
commit
1ab0d0b116
|
@ -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…
Reference in New Issue