Skip to content

Commit

Permalink
Remove c-ares
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Jun 28, 2024
1 parent d0767bd commit fa1f31e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 85 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
Protobuf_SOURCE: BUNDLED # can be removed after #10134 is merged
simdjson_SOURCE: BUNDLED
xsimd_SOURCE: BUNDLED
c-ares_SOURCE: BUNDLED
CUDA_VERSION: "12.4"
steps:
- uses: actions/checkout@v4
Expand Down
40 changes: 0 additions & 40 deletions CMake/Findc-ares.cmake

This file was deleted.

37 changes: 0 additions & 37 deletions CMake/resolve_dependency_modules/c-ares.cmake

This file was deleted.

5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -455,13 +455,10 @@ add_compile_definitions(FOLLY_HAVE_INT128_T=1)
set_source(folly)
resolve_dependency(folly)

# Spark qury runner depends on absl, c-ares, grpc.
# Spark qury runner depends on absl, grpc.
set_source(absl)
resolve_dependency(absl 20240116 EXACT)

set_source(c-ares)
resolve_dependency(c-ares)

set_source(gRPC)
resolve_dependency(gRPC 1.48.1 EXACT)

Expand Down
4 changes: 2 additions & 2 deletions velox/functions/sparksql/fuzzer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ target_link_libraries(
ZLIB::ZLIB
re2::re2
gRPC::address_sorting
cares::cares
c-ares::cares
OpenSSL::SSL
OpenSSL::Crypto
pthread
Expand Down Expand Up @@ -106,7 +106,7 @@ target_link_libraries(
ZLIB::ZLIB
re2::re2
gRPC::address_sorting
cares::cares
c-ares::cares
gRPC::upb
OpenSSL::SSL
OpenSSL::Crypto
Expand Down
2 changes: 1 addition & 1 deletion velox/functions/sparksql/fuzzer/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ target_link_libraries(
ZLIB::ZLIB
re2::re2
gRPC::address_sorting
cares::cares
c-ares::cares
gRPC::upb
OpenSSL::SSL
OpenSSL::Crypto
Expand Down

0 comments on commit fa1f31e

Please sign in to comment.