diff --git a/bazel/remote-execution/cpp/BUILD.bazel b/bazel/remote-execution/cpp/BUILD.bazel index 83c3fda08..c7969d632 100644 --- a/bazel/remote-execution/cpp/BUILD.bazel +++ b/bazel/remote-execution/cpp/BUILD.bazel @@ -11,6 +11,7 @@ cc_toolchain_suite( name = "cc_toolchain_suite", toolchains = { "k8": ":cc_compiler_k8", + "darwin_arm64": ":cc_compiler_k8", }, )