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.
This commit is contained in:
Alastair Donaldson 2021-09-02 14:55:05 +01:00 committed by GitHub
parent d82751d4e9
commit 4a806c4eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ main_repo: 'https://dawn.googlesource.com/tint.git'
architectures:
- x86_64
- i386
fuzzing_engines:
- libfuzzer
- afl