aboutsummaryrefslogtreecommitdiff
path: root/projects/draco
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-04-13 11:52:06 -0700
committerGitHub <noreply@github.com>2021-04-13 11:52:06 -0700
commit1f38631d2cfc601d1c654b5d5710e652dabf03ee (patch)
tree0f174d966da9bf4db60a7adcde5b31a5f0a31209 /projects/draco
parent39760db4c44df6a7909562d30525bddcdfd0b6e0 (diff)
downloadoss-fuzz-1f38631d2cfc601d1c654b5d5710e652dabf03ee.tar.gz
[draco][AFL] Disable AFL builds to stop ClusterFuzz exceptions (#5611)
All draco builds have been broken since December. This means that the old AFL builds are still running on ClusterFuzz. This is causing exceptions because the old AFL builds don't work with the ClusterFuzz code which assumes AFL++. Fixes #5610
Diffstat (limited to 'projects/draco')
-rw-r--r--projects/draco/project.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/draco/project.yaml b/projects/draco/project.yaml
index 04ef12e18..96396bfe6 100644
--- a/projects/draco/project.yaml
+++ b/projects/draco/project.yaml
@@ -4,4 +4,7 @@ primary_contact: "fgalligan@google.com"
auto_ccs:
- "ostava@google.com"
- "vytyaz@google.com"
+fuzzing_engines:
+ - libfuzzer
+ - honggfuzz
main_repo: 'https://github.com/google/draco'