Skip to content

Commit 4fda619

Browse files
BalestraPatrickbazel-io
authored andcommitted
Update default visionOS CPU to sim_arm64
This is a follow-up to bazelbuild#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 bazelbuild#21150. PiperOrigin-RevId: 604910241 Change-Id: I1f60fd9ee61e74597a667d5e175887e78e668930
1 parent a64ed17 commit 4fda619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/starlark/builtins_bzl/common/objc/transitions.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ IOS_CPU_PREFIX = "ios_"
8383
VISIONOS_CPU_PREFIX = "visionos_"
8484
DARWIN_CPU_PREFIX = "darwin_"
8585
DEFAULT_IOS_CPU = "x86_64"
86-
DEFAULT_VISIONOS_CPU = "x86_64"
86+
DEFAULT_VISIONOS_CPU = "sim_arm64"
8787
DEFAULT_WATCHOS_CPU = "i386"
8888
DEFAULT_TVOS_CPU = "x86_64"
8989
DEFAULT_MACOS_CPU = "x86_64"

0 commit comments

Comments
 (0)