Update kokoro bazel version to 0.6.0

Also updated closure rules version to be compatible with bazel 0.6.0.

See: https://github.com/bazelbuild/rules_closure/releases/tag/0.4.2

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171222636
This commit is contained in:
jianglai 2017-10-05 15:58:40 -07:00 committed by Ben McIlwain
parent 13408532b3
commit 62d894772a

View file

@ -1,12 +1,13 @@
workspace(name = "domain_registry") workspace(name = "domain_registry")
# https://github.com/bazelbuild/rules_closure/releases/tag/0.4.2
http_archive( http_archive(
name = "io_bazel_rules_closure", name = "io_bazel_rules_closure",
sha256 = "9bb1d216b6067ef7b376eb2d81f3f309c665d4a9e01542c45dbe46dde4132727", strip_prefix = "rules_closure-0.4.2",
strip_prefix = "rules_closure-c8e68361db0875f6fabb23abed16f1cebbb8b5d5", sha256 = "25f5399f18d8bf9ce435f85c6bbf671ec4820bc4396b3022cc5dc4bc66303609",
urls = [ urls = [
"http://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/c8e68361db0875f6fabb23abed16f1cebbb8b5d5.tar.gz", # 2017-08-08 "http://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/0.4.2.tar.gz",
"https://github.com/bazelbuild/rules_closure/archive/c8e68361db0875f6fabb23abed16f1cebbb8b5d5.tar.gz", "https://github.com/bazelbuild/rules_closure/archive/0.4.2.tar.gz",
], ],
) )