|
|
|
@ -32,8 +32,8 @@ def grpc_deps(): |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
native.bind( |
|
|
|
|
name = "zlib", |
|
|
|
|
actual = "@com_github_madler_zlib//:z", |
|
|
|
|
name = "madler_zlib", |
|
|
|
|
actual = "@zlib//:zlib", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
native.bind( |
|
|
|
@ -115,9 +115,9 @@ def grpc_deps(): |
|
|
|
|
url = "https://boringssl.googlesource.com/boringssl/+archive/afc30d43eef92979b05776ec0963c9cede5fb80f.tar.gz", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
if "com_github_madler_zlib" not in native.existing_rules(): |
|
|
|
|
if "zlib" not in native.existing_rules(): |
|
|
|
|
http_archive( |
|
|
|
|
name = "com_github_madler_zlib", |
|
|
|
|
name = "zlib", |
|
|
|
|
build_file = "@com_github_grpc_grpc//third_party:zlib.BUILD", |
|
|
|
|
sha256 = "6d4d6640ca3121620995ee255945161821218752b551a1a180f4215f7d124d45", |
|
|
|
|
strip_prefix = "zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f", |
|
|
|
|