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:
|
fuzzing_engines:
|
||||||
- libfuzzer
|
- libfuzzer
|
||||||
- honggfuzz
|
- honggfuzz
|
||||||
- dataflow
|
|
||||||
auto_ccs:
|
auto_ccs:
|
||||||
- "xt4ubq@gmail.com"
|
- "xt4ubq@gmail.com"
|
||||||
- "david@adalogics.com"
|
- "david@adalogics.com"
|
||||||
|
|
Loading…
Reference in New Issue