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
…#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 12ac28c)

Co-authored-by: Googler <chiwang@google.com>
  • Loading branch information
brentleyjones and coeuvre authored Aug 8, 2023
1 parent 03ba2ba commit 7978458
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 @@ -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"

0 comments on commit 7978458

Please sign in to comment.