summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2020-03-24 11:51:17 -0400
committerMarco Miller <marco.miller@ericsson.com>2020-03-24 11:51:29 -0400
commitba8789f39fcfa4967ad57989fd297fa28fdebab6 (patch)
tree58cb003dd206490f3214724e798fda8500de90ff
parent08fb6dd4bdee4b1cb4a25e4764bef51a22b76cb6 (diff)
parentea25e1a013fb1cf174470da6e697a4df7dbf2a5b (diff)
Merge branch 'stable-3.0' into stable-3.1
* stable-3.0: Update rules_closure to latest version Change-Id: I0540cc0de3dc474a090cc26feff45a1d2f6808c8
-rw-r--r--WORKSPACE8
1 files changed, 5 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 1e5b4295d0..874e9b55aa 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