From 4a806c4eb293eb8ef494fcd53440dba411618aa9 Mon Sep 17 00:00:00 2001 From: Alastair Donaldson Date: Thu, 2 Sep 2021 14:55:05 +0100 Subject: [PATCH] Disable honggfuzz from the tint build (#6377) Currently there are errors building with honggfuzz. This may be because the tint fuzz targets are not correctly configured - the tint build system does not use the LIB_FUZZING_ENGINE environment variable and instead hard codes various fuzzer flags. This will be fixed in due course, but disabling honggfuzz for now to get the OSS-Fuzz build working. --- projects/tint/project.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/tint/project.yaml b/projects/tint/project.yaml index 46fec183e..5c6af8342 100644 --- a/projects/tint/project.yaml +++ b/projects/tint/project.yaml @@ -11,3 +11,6 @@ main_repo: 'https://dawn.googlesource.com/tint.git' architectures: - x86_64 - i386 +fuzzing_engines: + - libfuzzer + - afl