Skip to content

Commit 12ac28c

Browse files
coeuvrecopybara-github
authored andcommitted
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
1 parent fb2df4d commit 12ac28c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelci/build_bazel_binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ platforms:
5353
- "-c"
5454
- "opt"
5555
- "--cpu=x64_arm64_windows"
56+
- "--incompatible_enable_cc_toolchain_resolution"
5657
build_targets:
5758
- "//src:bazel.exe"
5859
- "//src:bazel_nojdk.exe"

0 commit comments

Comments
 (0)