Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Update protobuf version (#40)
Browse files Browse the repository at this point in the history
Bazel's execroot structure is changing (see bazelbuild/bazel#1681) and the protobuf library needed to be updated to support the
new structure.  The change is forward/backward compatible.
  • Loading branch information
kchodorow authored Feb 8, 2017
1 parent 180e1ef commit 0374e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skylark/skylark.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def skydoc_repositories():
native.git_repository(
name = "protobuf",
remote = "https://github.com/google/protobuf.git",
commit = "fb71df9f0b5a8457255e35cd4cd19c46396e97f1",
commit = "9d3288e651700f3d52e6b4ead2a9f9ab02da53f4",
)

# Protobuf expects an //external:python_headers label which would contain the
Expand Down

0 comments on commit 0374e2a

Please sign in to comment.