From cc8586261f6c6707f3f638706c85c4b42d43c459 Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 25 Jul 2017 21:03:05 +0200 Subject: Added a dummy target for fetching toolchains, used for remote execution. This is a temporary workaround for toolchain fetching (https://github.com/bazelbuild/bazel/issues/3246). PiperOrigin-RevId: 163103317 --- BUILD | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 14e114c054..93543f27a4 100644 --- a/BUILD +++ b/BUILD @@ -93,3 +93,12 @@ genrule( # Public but bazel-only visibility. visibility = ["//:__subpackages__"], ) + +# This is a workaround for fetching Bazel toolchains, for remote execution. +# See https://github.com/bazelbuild/bazel/issues/3246. +# Will be removed once toolchain fetching is supported. +filegroup( + name = "dummy_toolchain_reference", + srcs = ["@bazel_toolchains//configs/debian8_clang/0.1.0:empty"], + visibility = ["//visibility:public"], +) -- cgit v1.2.3