facebookincubator/velox

Move fuzzer dependencies under CMake option to improve build time

Opened this issue · 0 comments

Description

Both Presto and Spark query runners introduced additional dependencies such as cpr, absl, grpc, c-ares.
We only use these for fuzzers. Add a CMake VELOX_BUILD_FUZZERS flag to build these optionally.