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

This commit is contained in:
Łukasz Langa 2024-03-19 19:06:06 +00:00 committed by GitHub
parent 60e105c1c1
commit 1ab0d0b116
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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