Skip to content

Commit

Permalink
Use openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Jun 28, 2024
1 parent 2532ed4 commit 3f81806
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 49 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
boringssl_SOURCE: BUNDLED
c-ares_SOURCE: BUNDLED
CUDA_VERSION: "12.4"
steps:
Expand Down
38 changes: 0 additions & 38 deletions CMake/resolve_dependency_modules/boringssl.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,7 +455,7 @@ add_compile_definitions(FOLLY_HAVE_INT128_T=1)
set_source(folly)
resolve_dependency(folly)

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

Expand All @@ -465,9 +465,6 @@ resolve_dependency(c-ares)
set_source(gRPC)
resolve_dependency(gRPC 1.48.1 EXACT)

set_source(boringssl)
resolve_dependency(boringssl)

if(VELOX_ENABLE_REMOTE_FUNCTIONS)
# TODO: Move this to use resolve_dependency(). For some reason, FBThrift
# requires clients to explicitly install fizz and wangle.
Expand Down
8 changes: 4 additions & 4 deletions velox/functions/sparksql/fuzzer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ target_link_libraries(
re2::re2
gRPC::address_sorting
cares::cares
boringssl::ssl
boringssl::crypto
OpenSSL::SSL
OpenSSL::Crypto
pthread
arrow
lz4::lz4
Expand Down Expand Up @@ -108,8 +108,8 @@ target_link_libraries(
gRPC::address_sorting
cares::cares
gRPC::upb
boringssl::ssl
boringssl::crypto
OpenSSL::SSL
OpenSSL::Crypto
absl::statusor
absl::status
absl::cordz_info
Expand Down
4 changes: 2 additions & 2 deletions velox/functions/sparksql/fuzzer/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ target_link_libraries(
gRPC::address_sorting
cares::cares
gRPC::upb
boringssl::ssl
boringssl::crypto
OpenSSL::SSL
OpenSSL::Crypto
absl::statusor
absl::status
absl::cordz_info
Expand Down

0 comments on commit 3f81806

Please sign in to comment.