diff --git a/examples/BUILD b/examples/BUILD index 31a27f2a8..939769490 100644 --- a/examples/BUILD +++ b/examples/BUILD @@ -77,11 +77,11 @@ test_suite( ], ) -toolchain( - name = "built_make_toolchain", - toolchain = "@rules_foreign_cc//tools/build_defs/native_tools:built_make", - toolchain_type = "@rules_foreign_cc//tools/build_defs:make_toolchain", -) +#toolchain( +# name = "built_make_toolchain", +# toolchain = "@rules_foreign_cc//tools/build_defs/native_tools:built_make", +# toolchain_type = "@rules_foreign_cc//tools/build_defs:make_toolchain", +#) # On Bazel CI Mac machines, we are using ninja built from sources