summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
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