From: Ɓukasz Langa Date: Tue, 19 Mar 2024 19:06:06 +0000 (+0000) Subject: gh-116886: Temporarily disable CIfuzz (memory) (#117018) X-Git-Tag: v3.13.0a6~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ab0d0b1167d78bf19661a3b5e533a2b68a57604;p=thirdparty%2FPython%2Fcpython.git gh-116886: Temporarily disable CIfuzz (memory) (#117018) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e236534ae37..205ba7357abb 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