summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-13 08:30:57 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-13 08:30:57 -0700
commitcbe051a09c19f868b7682477755011ec681ce6cb (patch)
tree1772e01c85cc3f89edd2db9f2659c662b6b4ae2c /WORKSPACE
parente294a16c08591b7715d48e40e82b1523f0227dfa (diff)
Re-enabled conformance tests.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE7
1 files changed, 5 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 254d113..4239c71 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -17,8 +17,11 @@ http_archive(
git_repository(
name = "com_google_protobuf",
- commit = "ec1a70913e5793a7d0a7b5fbf7e0e4f75409dd41",
- remote = "https://github.com/protocolbuffers/protobuf.git",
+ # TODO(haberman): update to protobuf branch oncd this is merged:
+ # https://github.com/protocolbuffers/protobuf/pull/6126
+ #remote = "https://github.com/protocolbuffers/protobuf.git",
+ commit = "2996da4d817dd006cd8599c74ad2364a897d6107",
+ remote = "https://github.com/haberman/protobuf.git",
)
http_archive(
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback