gh-116886: Temporarily disable CIfuzz (memory) (#117018)
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user