mirror of https://github.com/python/cpython
Revert "gh-116886: Temporarily disable CIfuzz (memory) (GH-117018)" (GH-117289)
This reverts commit 1ab0d0b116
.
This reverts #117018.
I expect the issue to be fixed based on https://github.com/google/oss-fuzz/pull/11708#issuecomment-2006442396 and https://github.com/actions/runner-images/issues/9491.
This commit is contained in:
parent
eefff682f0
commit
2cedd25c14
|
@ -514,8 +514,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# sanitizer: [address, undefined, memory] -- memory skipped temporarily until GH-116886 is solved.
|
sanitizer: [address, undefined, memory]
|
||||||
sanitizer: [address, undefined]
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build fuzzers (${{ matrix.sanitizer }})
|
- name: Build fuzzers (${{ matrix.sanitizer }})
|
||||||
id: build
|
id: build
|
||||||
|
|
Loading…
Reference in New Issue