Skip to content

Commit

Permalink
Revert "gh-116886: Temporarily disable CIfuzz (memory) (GH-117018)" (G…
Browse files Browse the repository at this point in the history
…H-117289)

This reverts commit 1ab0d0b.

This reverts #117018.

I expect the issue to be fixed based on google/oss-fuzz#11708 (comment) and actions/runner-images#9491.
  • Loading branch information
illia-v committed Mar 28, 2024
1 parent eefff68 commit 2cedd25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Expand Up @@ -514,8 +514,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# sanitizer: [address, undefined, memory] -- memory skipped temporarily until GH-116886 is solved.
sanitizer: [address, undefined]
sanitizer: [address, undefined, memory]
steps:
- name: Build fuzzers (${{ matrix.sanitizer }})
id: build
Expand Down

0 comments on commit 2cedd25

Please sign in to comment.