aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar xingao <xingao@google.com>2017-10-04 21:49:32 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-10-06 19:45:17 +0200
commitf84875eb901dd70bc8df782e37e5fa1aa7ac750b (patch)
treee1daae623dcedb364f97564a47df91b9cfda2a1c
parent7de7ea0113d73427d2ee45b4728732eeb0ee3b0a (diff)
Update bazel-toolchains repo to use Bazel 0.6.0 toolchain configs.
PiperOrigin-RevId: 171048721
-rw-r--r--BUILD2
-rw-r--r--WORKSPACE8
2 files changed, 5 insertions, 5 deletions
diff --git a/BUILD b/BUILD
index 9d65300389..18a338d93a 100644
--- a/BUILD
+++ b/BUILD
@@ -106,6 +106,6 @@ genrule(
# Will be removed once toolchain fetching is supported.
filegroup(
name = "dummy_toolchain_reference",
- srcs = ["@bazel_toolchains//configs/debian8_clang/0.1.0:empty"],
+ srcs = ["@bazel_toolchains//configs/debian8_clang/0.1.0/bazel_0.6.0:empty"],
visibility = ["//visibility:public"],
)
diff --git a/WORKSPACE b/WORKSPACE
index 67ac64a37b..f9af7af640 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -124,11 +124,11 @@ http_file(
http_archive(
name = "bazel_toolchains",
urls = [
- "http://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/9dbd803ad3b9447430a296810197b09b3a710956.tar.gz",
- "https://github.com/bazelbuild/bazel-toolchains/archive/9dbd803ad3b9447430a296810197b09b3a710956.tar.gz",
+ "http://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz",
+ "https://github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz",
],
- strip_prefix = "bazel-toolchains-9dbd803ad3b9447430a296810197b09b3a710956",
- sha256 = "0799aa12db5260a499beb40f81744e760c59d055bfc5d271dd2c2ed4d5419faa",
+ strip_prefix = "bazel-toolchains-b2b4b38433bf2d1159360855ea4004378308711b",
+ sha256 = "46187270ca04ff8109980f45c3438fabfe48695e163789096eb82ee097ffe685",
)
http_archive(