]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert "gh-116886: Temporarily disable CIfuzz (memory) (GH-117018)" (GH-117289)
authorIllia Volochii <illia.volochii@gmail.com>
Thu, 28 Mar 2024 06:46:01 +0000 (08:46 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2024 06:46:01 +0000 (23:46 -0700)
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.

.github/workflows/build.yml

index 205ba7357abbcc949a7ea1f1bd5dd0d1f346ca29..9e236534ae377073c2e779d2562892895fd2495a 100644 (file)
@@ -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