aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
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 /BUILD
parent7de7ea0113d73427d2ee45b4728732eeb0ee3b0a (diff)
Update bazel-toolchains repo to use Bazel 0.6.0 toolchain configs.
PiperOrigin-RevId: 171048721
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 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"],
)