]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-116886: Temporarily disable CIfuzz (memory) (#117018)
authorŁukasz Langa <lukasz@langa.pl>
Tue, 19 Mar 2024 19:06:06 +0000 (19:06 +0000)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 19:06:06 +0000 (21:06 +0200)
.github/workflows/build.yml

index 9e236534ae377073c2e779d2562892895fd2495a..205ba7357abbcc949a7ea1f1bd5dd0d1f346ca29 100644 (file)
@@ -514,7 +514,8 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        sanitizer: [address, undefined, memory]
+        # sanitizer: [address, undefined, memory]  -- memory skipped temporarily until GH-116886 is solved.
+        sanitizer: [address, undefined]
     steps:
       - name: Build fuzzers (${{ matrix.sanitizer }})
         id: build