aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIllia Volochii <illia.volochii@gmail.com>2024-03-28 08:46:01 +0200
committerGitHub <noreply@github.com>2024-03-27 23:46:01 -0700
commit2cedd25c14d3acfdcb5e8ee55132ce3e334ab8fe (patch)
tree56da108fcd254c45491699fdc5b51c409ec04ef0 /.github
parentgh-108277: Make test_os tolerate 10 ms diff for timerfd on Android emulators ... (diff)
downloadcpython-2cedd25c14d3acfdcb5e8ee55132ce3e334ab8fe.tar.gz
cpython-2cedd25c14d3acfdcb5e8ee55132ce3e334ab8fe.tar.bz2
cpython-2cedd25c14d3acfdcb5e8ee55132ce3e334ab8fe.zip
Revert "gh-116886: Temporarily disable CIfuzz (memory) (GH-117018)" (GH-117289)
This reverts commit 1ab0d0b1167d78bf19661a3b5e533a2b68a57604. 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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 205ba7357ab..9e236534ae3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -514,8 +514,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- # sanitizer: [address, undefined, memory] -- memory skipped temporarily until GH-116886 is solved.
- sanitizer: [address, undefined]
+ sanitizer: [address, undefined, memory]
steps:
- name: Build fuzzers (${{ matrix.sanitizer }})
id: build