Skip to content

Commit

Permalink
[7.1.0] Update default visionOS CPU to sim_arm64 (#21240)
Browse files Browse the repository at this point in the history
This is a follow-up to #20335.
Given the fact that x86_64 isn't supported for visionOS, we should
change the default to be sim_arm64 (the simulator version to follow the
other CPU defaults we have).

Closes #21150.

Commit
6922aea

PiperOrigin-RevId: 604910241
Change-Id: I1f60fd9ee61e74597a667d5e175887e78e668930

Co-authored-by: Patrick Balestra <me@patrickbalestra.com>
  • Loading branch information
bazel-io and BalestraPatrick authored Feb 7, 2024
1 parent a64ed17 commit 3a006ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/starlark/builtins_bzl/common/objc/transitions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ IOS_CPU_PREFIX = "ios_"
VISIONOS_CPU_PREFIX = "visionos_"
DARWIN_CPU_PREFIX = "darwin_"
DEFAULT_IOS_CPU = "x86_64"
DEFAULT_VISIONOS_CPU = "x86_64"
DEFAULT_VISIONOS_CPU = "sim_arm64"
DEFAULT_WATCHOS_CPU = "i386"
DEFAULT_TVOS_CPU = "x86_64"
DEFAULT_MACOS_CPU = "x86_64"
Expand Down

0 comments on commit 3a006ec

Please sign in to comment.