aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarret Kelly <gdk@google.com>2019-01-14 18:21:26 -0500
committerGarret Kelly <gdk@google.com>2019-01-14 18:21:26 -0500
commit01b0e21932181abd75c9c45ccb269836ab52e4d6 (patch)
tree55f62df321d023b9ccfe0859465c9359a033dc22
parent400a305057f2341132cc3e8c8b47ea37a6679e99 (diff)
downloadsystem-test-harness-01b0e21932181abd75c9c45ccb269836ab52e4d6.tar.gz
WORKSPACE: Roll protobuf to latest point release
Bazel made an incompatible change to the handling of the REPOSITORY_NAME variable. Only protobuf-3.6.1.2 has a fix for their BUILD file that no longer uses this variable. Bug: 122851705 Test: manually rebuilt Change-Id: Icb78d0ca957984c10fb25248e033964438d18648 Signed-off-by: Garret Kelly <gdk@google.com>
-rw-r--r--WORKSPACE12
1 files changed, 6 insertions, 6 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 10f0565..c30e236 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -12,16 +12,16 @@ http_archive(
http_archive(
name = "com_google_protobuf",
- url = "https://github.com/google/protobuf/archive/v3.5.0.zip",
- strip_prefix = "protobuf-3.5.0",
- sha256 = "cef7f1b5a7c5fba672bec2a319246e8feba471f04dcebfe362d55930ee7c1c30",
+ url = "https://github.com/google/protobuf/archive/v3.6.1.2.zip",
+ strip_prefix = "protobuf-3.6.1.2",
+ sha256 = "d6618d117698132dadf0f830b762315807dc424ba36ab9183f1f436008a2fdb6",
)
http_archive(
name = "com_google_protobuf_cc",
- url = "https://github.com/google/protobuf/archive/v3.5.0.zip",
- strip_prefix = "protobuf-3.5.0",
- sha256 = "cef7f1b5a7c5fba672bec2a319246e8feba471f04dcebfe362d55930ee7c1c30",
+ url = "https://github.com/google/protobuf/archive/v3.6.1.2.zip",
+ strip_prefix = "protobuf-3.6.1.2",
+ sha256 = "d6618d117698132dadf0f830b762315807dc424ba36ab9183f1f436008a2fdb6",
)
http_archive(