From 1ab0d0b1167d78bf19661a3b5e533a2b68a57604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Tue, 19 Mar 2024 19:06:06 +0000 Subject: gh-116886: Temporarily disable CIfuzz (memory) (#117018) --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e23653..205ba73 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 -- cgit v0.12