File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1030,7 +1030,7 @@ grpc_cc_library(
1030
1030
"src/core/lib/uri/uri_parser.h" ,
1031
1031
],
1032
1032
external_deps = [
1033
- "zlib " ,
1033
+ "madler_zlib " ,
1034
1034
],
1035
1035
language = "c++" ,
1036
1036
public_hdrs = GRPC_PUBLIC_HDRS ,
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ def grpc_deps():
32
32
)
33
33
34
34
native .bind (
35
- name = "zlib " ,
36
- actual = "@com_github_madler_zlib //:z " ,
35
+ name = "madler_zlib " ,
36
+ actual = "@zlib //:zlib " ,
37
37
)
38
38
39
39
native .bind (
@@ -115,9 +115,9 @@ def grpc_deps():
115
115
url = "https://boringssl.googlesource.com/boringssl/+archive/afc30d43eef92979b05776ec0963c9cede5fb80f.tar.gz" ,
116
116
)
117
117
118
- if "com_github_madler_zlib " not in native .existing_rules ():
118
+ if "zlib " not in native .existing_rules ():
119
119
http_archive (
120
- name = "com_github_madler_zlib " ,
120
+ name = "zlib " ,
121
121
build_file = "@com_github_grpc_grpc//third_party:zlib.BUILD" ,
122
122
sha256 = "6d4d6640ca3121620995ee255945161821218752b551a1a180f4215f7d124d45" ,
123
123
strip_prefix = "zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f" ,
Original file line number Diff line number Diff line change 1
1
cc_library(
2
- name = "z ",
2
+ name = "zlib ",
3
3
srcs = [
4
4
"adler32.c",
5
5
"compress.c",
Original file line number Diff line number Diff line change 45
45
_GRPC_DEP_NAMES = [
46
46
'upb' ,
47
47
'boringssl' ,
48
- 'com_github_madler_zlib ' ,
48
+ 'zlib ' ,
49
49
'com_google_protobuf' ,
50
50
'com_github_google_googletest' ,
51
51
'com_github_gflags_gflags' ,
You can’t perform that action at this time.
0 commit comments