diff --git a/bazel/remote-execution/cpp/BUILD.bazel b/bazel/remote-execution/cpp/BUILD.bazel index 83c3fda08..a94de2526 100644 --- a/bazel/remote-execution/cpp/BUILD.bazel +++ b/bazel/remote-execution/cpp/BUILD.bazel @@ -9,6 +9,7 @@ filegroup( cc_toolchain_suite( name = "cc_toolchain_suite", + tags = ["manual"], toolchains = { "k8": ":cc_compiler_k8", },