Skip to content

Commit

Permalink
fix(bazel): use upstream cares, zlib (#14331)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Jun 12, 2024
1 parent dfed337 commit 1adeea2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bazel/curl.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,9 @@ cc_library(
}),
visibility = ["//visibility:public"],
deps = [
# Use the same version of zlib and c-ares that gRPC does.
"//external:madler_zlib",
"//external:cares",
":define-ca-bundle-location",
"@com_github_cares_cares//:ares",
"@zlib",
] + select({
":windows": [],
"//conditions:default": [
Expand Down

0 comments on commit 1adeea2

Please sign in to comment.