aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar James Wexler <jwexler@google.com>2018-04-13 13:33:37 -0400
committerGravatar James Wexler <jwexler@google.com>2018-04-13 13:33:37 -0400
commit8303fa2a53071a7e4a346454f707d25abbd6e1b5 (patch)
tree1cecd7db1c7306bcf35de7418e00b9ebe6cd94ff /WORKSPACE
parenteb5db1ae67c5654aa5c91567fdee22182452972a (diff)
closure proto library for example protos
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE19
1 files changed, 12 insertions, 7 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 11c5cdb207..d37e213922 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,13 +1,18 @@
workspace(name = "org_tensorflow")
-http_archive(
+## DO NOT SUBMIT
+#http_archive(
+# name = "io_bazel_rules_closure",
+# sha256 = "6691c58a2cd30a86776dd9bb34898b041e37136f2dc7e24cadaeaf599c95c657",
+# strip_prefix = "rules_closure-08039ba8ca59f64248bb3b6ae016460fe9c9914f",
+# urls = [
+# "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/08039ba8ca59f64248bb3b6ae016460fe9c9914f.tar.gz",
+# "https://github.com/bazelbuild/rules_closure/archive/08039ba8ca59f64248bb3b6ae016460fe9c9914f.tar.gz", # 2018-01-16
+# ],
+#)
+local_repository(
name = "io_bazel_rules_closure",
- sha256 = "6691c58a2cd30a86776dd9bb34898b041e37136f2dc7e24cadaeaf599c95c657",
- strip_prefix = "rules_closure-08039ba8ca59f64248bb3b6ae016460fe9c9914f",
- urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/08039ba8ca59f64248bb3b6ae016460fe9c9914f.tar.gz",
- "https://github.com/bazelbuild/rules_closure/archive/08039ba8ca59f64248bb3b6ae016460fe9c9914f.tar.gz", # 2018-01-16
- ],
+ path = "/usr/local/google/home/jwexler/jameswex/rules_closure",
)
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")