Skip to content

Commit

Permalink
Merge pull request ApolloAuto#31 from amd/emankov/bash_7
Browse files Browse the repository at this point in the history
[install][fix][ApolloAuto#14374][ApolloAuto#14387] Fix zlib downloading error
  • Loading branch information
emankov authored Apr 7, 2022
2 parents 9fc9a85 + c5c0b37 commit ec44eaf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ http_archive(
"https://github.com/grpc/grpc/archive/v1.30.0.tar.gz",
],
)
http_archive(
name = "zlib",
build_file = "@com_google_protobuf//:third_party/zlib.BUILD",
sha256 = "629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff",
strip_prefix = "zlib-1.2.11",
urls = ["https://github.com/madler/zlib/archive/v1.2.11.tar.gz"],
)

load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")

Expand Down

0 comments on commit ec44eaf

Please sign in to comment.