[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:
jonathanmetzman 2021-08-23 09:51:42 -07:00 committed by GitHub
parent dfbb678c93
commit e0b87b477f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -7,10 +7,8 @@ fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address
- undefined
- memory
- dataflow
main_repo: 'https://gitlab.freedesktop.org/libspectre/libspectre.git'