Skip to content

Commit

Permalink
Temporarily disable -c opt for building Bazel binaries on Windows
Browse files Browse the repository at this point in the history
Due to bazelbuild#16225

RELNOTES: None
PiperOrigin-RevId: 472675659
Change-Id: Ie9c65810e0c8542ca9a2212b832807315294c91d
  • Loading branch information
meteorcloudy authored and copybara-github committed Sep 7, 2022
1 parent 16b16b0 commit f84a679
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .bazelci/build_bazel_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,19 @@ platforms:
build_flags:
- "--copt=-w"
- "--host_copt=-w"
- "-c"
- "opt"
# TODO(pcloudy): Disable opt build due to https://github.com/bazelbuild/bazel/issues/16225
# - "-c"
# - "opt"
build_targets:
- "//src:bazel.exe"
- "//src:bazel_nojdk.exe"
windows_arm64:
build_flags:
- "--copt=-w"
- "--host_copt=-w"
- "-c"
- "opt"
# TODO(pcloudy): Disable opt build due to https://github.com/bazelbuild/bazel/issues/16225
# - "-c"
# - "opt"
- "--cpu=x64_arm64_windows"
build_targets:
- "//src:bazel.exe"
Expand Down

0 comments on commit f84a679

Please sign in to comment.