Update protobuf version to 3.8.0#19182
Update protobuf version to 3.8.0#19182jtattermusch merged 6 commits intomasterfrom unknown repository
Conversation
|
I'm seeing a failing distribtest: |
| url = "https://boringssl.googlesource.com/boringssl/+archive/afc30d43eef92979b05776ec0963c9cede5fb80f.tar.gz", | ||
| ) | ||
|
|
||
| if "com_github_madler_zlib" not in native.existing_rules(): |
There was a problem hiding this comment.
why exactly is this change needed? It looks like you're only renaming the library. Is that because we need to use the same name that protobuf uses?
There was a problem hiding this comment.
Yea. Because protobuf somehow expects @zlib//:zlib to be present, and I don't want to build zlib twice: https://github.com/protocolbuffers/protobuf/blob/master/BUILD#L22
|
This looks mostly good, but there's a few more things to fix (see other comments). |
Fixed. |
|
Ping? |
jtattermusch
left a comment
There was a problem hiding this comment.
LGTM, merging this to make sure it gets included in 1.22.x release branch of gRPC.
No description provided.