From 8613c90911990431c7356a48b20504cba479ac4b Mon Sep 17 00:00:00 2001 From: cpeyser Date: Fri, 1 Sep 2017 00:15:29 +0200 Subject: Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799. *** Reason for rollback *** Breaks rules_go CI *** Original change description *** Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. That is, a c++ toolchain is added, but a Bazel dependency on that toolchain is not. PiperOrigin-RevId: 167198874 --- tools/cpp/BUILD.static | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tools/cpp/BUILD.static') diff --git a/tools/cpp/BUILD.static b/tools/cpp/BUILD.static index aaadc5bad8..9ae4950d80 100644 --- a/tools/cpp/BUILD.static +++ b/tools/cpp/BUILD.static @@ -115,18 +115,3 @@ filegroup( name = "link_dynamic_library", srcs = ["link_dynamic_library.sh"], ) - -toolchain_type(name = "toolchain_type") - -# A dummy toolchain is necessary to satisfy toolchain resolution until platforms -# are used in c++ by default. -# TODO(b/64754003): Remove once platforms are used in c++ by default. -toolchain( - name = "dummy_cc_toolchain", - toolchain = "dummy_cc_toolchain_impl", - toolchain_type = ":toolchain_type", -) - -load(":dummy_toolchain.bzl", "dummy_toolchain") - -dummy_toolchain(name = "dummy_cc_toolchain_impl") -- cgit v1.2.3