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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
sanitizer: [address, undefined, memory]
|
# sanitizer: [address, undefined, memory] -- memory skipped temporarily until GH-116886 is solved.
|
||||||
|
sanitizer: [address, undefined]
|
||||||
steps:
|
steps:
|
||||||
- name: Build fuzzers (${{ matrix.sanitizer }})
|
- name: Build fuzzers (${{ matrix.sanitizer }})
|
||||||
id: build
|
id: build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue