Skip to content

Commit

Permalink
ci: temporarily disable fuzz test
Browse files Browse the repository at this point in the history
This code will need to be removed before merging.

Signed-off-by: Philippe Leprince <[email protected]>
  • Loading branch information
pleprince committed Jun 19, 2024
1 parent 17a3fdf commit 5047f7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ossfuzz_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ on:
- '!src/wrappers/**'
- '!.github/workflows/**'
- '.github/workflows/ossfuzz_workflow.yml'
# FIXME: Fuzzing build fails because we need to add libblosc2 to the list
# of linked libs in:
# https://github.com/google/oss-fuzz/blob/master/projects/openexr/build.sh
# ... but we can only do it once this PR is merged.
branches-ignore: # FIXME: REMOVE THIS CONDITION BEFORE MERGING !
- 'main'

permissions:
contents: read
Expand Down

0 comments on commit 5047f7f

Please sign in to comment.