Skip to content

Commit

Permalink
Remove --cpu=darwin_arm64 flag for Apple Silicon build
Browse files Browse the repository at this point in the history
Since we already use actual Apple Silicon machines on CI, we don't need cross compile Bazel anymore.

See bazelbuild/continuous-integration#1495

RELNOTES: None
PiperOrigin-RevId: 489548332
Change-Id: Ia9f6b43686fb91714bc3e6620eadf3c6a780d565
  • Loading branch information
meteorcloudy authored and copybara-github committed Nov 18, 2022
1 parent 27fe30b commit c761fa7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .bazelci/build_bazel_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ platforms:
build_flags:
- "-c"
- "opt"
# TODO(pcloudy): Remove the following flag when we actually use Apple
# Silicon machines for macos_arm64 platform
- "--cpu=darwin_arm64"
windows:
build_flags:
- "--copt=-w"
Expand Down

0 comments on commit c761fa7

Please sign in to comment.