Skip to content

Commit

Permalink
build: add darwin_arm64 support
Browse files Browse the repository at this point in the history
May also require a fix or patch to the cc config: bazelbuild/bazel#13514 (comment)
  • Loading branch information
jbedard committed Feb 23, 2022
1 parent 7aabe7d commit 59ed6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/remote-execution/cpp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cc_toolchain_suite(
name = "cc_toolchain_suite",
toolchains = {
"k8": ":cc_compiler_k8",
"darwin_arm64": ":cc_compiler_k8",
},
)

Expand Down

0 comments on commit 59ed6bf

Please sign in to comment.