Skip to content

Commit f38f531

Browse files
illia-vdiegorusso
authored andcommitted
Revert "pythongh-116886: Temporarily disable CIfuzz (memory) (pythonGH-117018)" (pythonGH-117289)
This reverts commit 1ab0d0b. This reverts python#117018. I expect the issue to be fixed based on google/oss-fuzz#11708 (comment) and actions/runner-images#9491.
1 parent 9f32d83 commit f38f531

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)