summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2020-03-23 09:23:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-03-23 09:23:46 +0000
commit9eb0d7636e00e1e42bb0a89dd616153eaadd2f10 (patch)
tree5211bac13865bdc929960342f416263e4bc84a10
parentfc0ebdad73d87857a44da8c081a27bbb25a0cfd1 (diff)
parenta0a6ff4a6f254e09e59b8f7d6ad5dd748615838d (diff)
Merge "Update rules_closure to latest version" into stable-2.16
-rw-r--r--WORKSPACE8
1 files changed, 5 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index ed18d5079e..e62396edf9 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -23,11 +23,13 @@ load("@bazel_toolchains//rules:rbe_repo.bzl", "rbe_autoconfig")
# otherwise refer to RBE docs.
rbe_autoconfig(name = "rbe_default")
+# TODO(davido): Switch to upstream again, when this PR is merged:
+# https://github.com/bazelbuild/rules_closure/pull/478
http_archive(
name = "io_bazel_rules_closure",
- sha256 = "03c3b16f205085817fd89cfdcb2220a0138647ee7992be9cef291b069dd90301",
- strip_prefix = "rules_closure-196a45f0ede2faec11dcc6c60fbc5e7471f4bd58",
- urls = ["https://github.com/bazelbuild/rules_closure/archive/196a45f0ede2faec11dcc6c60fbc5e7471f4bd58.tar.gz"],
+ sha256 = "b9c2bc6ba377aa497eb7c31681d34404febf9d4e3c9c7d98ce0d78238a0af20f",
+ strip_prefix = "rules_closure-0.31",
+ urls = ["https://github.com/davido/rules_closure/archive/V0.31.tar.gz"],
)
# File is specific to Polymer and copied from the Closure Github -- should be