https://github.com/python/cpython/commit/1ab0d0b1167d78bf19661a3b5e533a2b68a57604
commit: 1ab0d0b1167d78bf19661a3b5e533a2b68a57604
branch: main
author: Ɓukasz Langa <[email protected]>
committer: hugovk <[email protected]>
date: 2024-03-19T21:06:06+02:00
summary:

gh-116886: Temporarily disable CIfuzz (memory) (#117018)

files:
M .github/workflows/build.yml

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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to