mirror of https://github.com/google/oss-fuzz.git
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:
parent
d82751d4e9
commit
4a806c4eb2
|
@ -11,3 +11,6 @@ main_repo: 'https://dawn.googlesource.com/tint.git'
|
|||
architectures:
|
||||
- x86_64
|
||||
- i386
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
|
|
Loading…
Reference in New Issue