Skip to content

Commit 1ab0d0b

Browse files
authored
pythongh-116886: Temporarily disable CIfuzz (memory) (python#117018)
1 parent 60e105c commit 1ab0d0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,8 @@ jobs:
514514
strategy:
515515
fail-fast: false
516516
matrix:
517-
sanitizer: [address, undefined, memory]
517+
# sanitizer: [address, undefined, memory] -- memory skipped temporarily until GH-116886 is solved.
518+
sanitizer: [address, undefined]
518519
steps:
519520
- name: Build fuzzers (${{ matrix.sanitizer }})
520521
id: build

0 commit comments

Comments
 (0)