Skip to content

Commit

Permalink
Disable windows_arm64 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Sep 4, 2023
1 parent f2378ce commit cba92fd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .bazelci/build_bazel_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ platforms:
build_targets:
- "//src:bazel.exe"
- "//src:bazel_nojdk.exe"
windows_arm64:
build_flags:
- "--copt=-w"
- "--host_copt=-w"
- "-c"
- "opt"
- "--config=windows_arm64"
build_targets:
- "//src:bazel.exe"
- "//src:bazel_nojdk.exe"
# windows_arm64:
# build_flags:
# - "--copt=-w"
# - "--host_copt=-w"
# - "-c"
# - "opt"
# - "--config=windows_arm64"
# build_targets:
# - "//src:bazel.exe"
# - "//src:bazel_nojdk.exe"

0 comments on commit cba92fd

Please sign in to comment.