From 12ac28cc50be5080a569c6542b316497581ee562 Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 24 Jul 2023 08:28:33 -0700 Subject: [PATCH] Enable cc toolchain resolution when cross compiling to windows arm64. Otherwise, the config settings will not be correctly resolved resulting in build error when compiling blake3. PiperOrigin-RevId: 550568252 Change-Id: I8323f7f89aae6ca47db20fa8d177c027c754e1fb --- .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 7308e9d8cdc5c0..337ad76335c89e 100644 --- a/.bazelci/build_bazel_binaries.yml +++ b/.bazelci/build_bazel_binaries.yml @@ -53,6 +53,7 @@ platforms: - "-c" - "opt" - "--cpu=x64_arm64_windows" + - "--incompatible_enable_cc_toolchain_resolution" build_targets: - "//src:bazel.exe" - "//src:bazel_nojdk.exe"