Mailing List Archive

Revert "gh-116886: Temporarily disable CIfuzz (memory) (GH-117018)" (GH-117289)
https://github.com/python/cpython/commit/2cedd25c14d3acfdcb5e8ee55132ce3e334ab8fe
commit: 2cedd25c14d3acfdcb5e8ee55132ce3e334ab8fe
branch: main
author: Illia Volochii <illia.volochii@gmail.com>
committer: gpshead <greg@krypto.org>
date: 2024-03-27T23:46:01-07:00
summary:

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.

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 205ba7357abbcc..9e236534ae3770 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

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-leave@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: list-python-checkins@lists.gossamer-threads.com