Skip to content

Commit

Permalink
Update protobuf to 455b61c6 (2017-05-08).
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
PiotrSikora committed May 17, 2017
1 parent 36ac1b1 commit d0730c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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
remote = "https://github.com/google/protobuf.git",
)

Expand Down

0 comments on commit d0730c3

Please sign in to comment.