mirror of https://github.com/google/oss-fuzz.git
[Ubuntu upgrade][libspectre] Disable dataflow builds. (#6274)
They aren't really supported anymore and they break in Ubuntu 20.04. Related: #6180.
This commit is contained in:
parent
dfbb678c93
commit
e0b87b477f
|
@ -7,10 +7,8 @@ fuzzing_engines:
|
|||
- libfuzzer
|
||||
- afl
|
||||
- honggfuzz
|
||||
- dataflow
|
||||
sanitizers:
|
||||
- address
|
||||
- undefined
|
||||
- memory
|
||||
- dataflow
|
||||
main_repo: 'https://gitlab.freedesktop.org/libspectre/libspectre.git'
|
||||
|
|
Loading…
Reference in New Issue