Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update protobuf to 455b61c6 (2017-05-08). #324

Closed
wants to merge 1 commit into from

Conversation

PiotrSikora
Copy link
Contributor

Update to master branch, which includes a fix for cc_proto_library() to
make it work in custom build environment (CC/CXX/LD_LIBRARY_PATH), see:
protocolbuffers/protobuf#2508

Update to master branch, which includes a fix for cc_proto_library() to
make it work in custom build environment (CC/CXX/LD_LIBRARY_PATH), see:
protocolbuffers/protobuf#2508

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
@PiotrSikora
Copy link
Contributor Author

@lizan @costinm

@PiotrSikora
Copy link
Contributor Author

Note: alternatively, we could link against repo with v3.2.0 + this patch, but I'm not sure if there is any risk linking against master.

@@ -36,7 +36,7 @@ def boringssl_repositories(bind=True):
def protobuf_repositories(bind=True):
native.git_repository(
name = "protobuf_git",
commit = "593e917c176b5bc5aafa57bf9f6030d749d91cd5", # v3.2.0
commit = "455b61c6b0f39ac269b26969877dd3c6f3e32270", # 2017-05-08
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v3.3.0 is released, with the change we needed, so just use that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v3.3.0 doesn't have this change.

@lizan
Copy link
Contributor

lizan commented May 19, 2017

#333 closes this

@lizan lizan closed this May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants