Skip to content

Commit

Permalink
Enable cc toolchain resolution when cross compiling to windows arm64.
Browse files Browse the repository at this point in the history
Otherwise, the config settings will not be correctly resolved resulting in build error when compiling blake3.

PiperOrigin-RevId: 550568252
Change-Id: I8323f7f89aae6ca47db20fa8d177c027c754e1fb
  • Loading branch information
coeuvre authored and copybara-github committed Jul 24, 2023
1 parent fb2df4d commit 12ac28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelci/build_bazel_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 12ac28c

Please sign in to comment.