From 79784582e9403055940305a27de1afac9ba36674 Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Tue, 8 Aug 2023 08:25:01 -0500 Subject: [PATCH] Enable cc toolchain resolution when cross compiling to windows arm64. (#19198) Otherwise, the config settings will not be correctly resolved resulting in build error when compiling blake3. PiperOrigin-RevId: 550568252 Change-Id: I8323f7f89aae6ca47db20fa8d177c027c754e1fb (cherry picked from commit 12ac28cc50be5080a569c6542b316497581ee562) Co-authored-by: Googler --- .bazelci/build_bazel_binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelci/build_bazel_binaries.yml b/.bazelci/build_bazel_binaries.yml index b42defbf20a301..aad1874aee294f 100644 --- a/.bazelci/build_bazel_binaries.yml +++ b/.bazelci/build_bazel_binaries.yml @@ -56,6 +56,7 @@ platforms: - "-c" - "opt" - "--cpu=x64_arm64_windows" + - "--incompatible_enable_cc_toolchain_resolution" build_targets: - "//src:bazel.exe" - "//src:bazel_nojdk.exe"