Skip to content

Commit

Permalink
Temporarily disable incompatible projects
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Nov 2, 2023
1 parent ba19168 commit 2f4df29
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/arrow/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ auto_ccs:
- "[email protected]"
- "[email protected]"
main_repo: 'https://github.com/apache/arrow.git'
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
4 changes: 4 additions & 0 deletions projects/file/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ architectures:
- x86_64
- i386
main_repo: 'https://github.com/file/file.git'
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
4 changes: 4 additions & 0 deletions projects/hermes/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ sanitizers:
- address
- undefined
main_repo: 'https://github.com/facebook/hermes.git'
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
4 changes: 4 additions & 0 deletions projects/libultrahdr/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ architectures:
- x86_64
- i386
main_repo: 'https://github.com/google/libultrahdr.git'
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
4 changes: 4 additions & 0 deletions projects/lua/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ main_repo: 'https://github.com/lua/lua'
architectures:
- i386
- x86_64
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz

0 comments on commit 2f4df29

Please sign in to comment.