mirror of https://github.com/google/oss-fuzz.git
[civetweb] Disable DFSAN builds. (#5834)
DFSAN builds are failing, causing ClusterFuzz exceptions. DFSAN isn't really supported right now anyway.
This commit is contained in:
parent
e02d9c5a79
commit
16f5f67990
|
@ -4,7 +4,6 @@ language: c
|
|||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- honggfuzz
|
||||
- dataflow
|
||||
auto_ccs:
|
||||
- "xt4ubq@gmail.com"
|
||||
- "david@adalogics.com"
|
||||
|
|
Loading…
Reference in New Issue