Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infer CPUs for tvOS and watchOS when on Apple Silicon #16572

Merged
merged 1 commit into from
Oct 26, 2022
Merged

Infer CPUs for tvOS and watchOS when on Apple Silicon #16572

merged 1 commit into from
Oct 26, 2022

Conversation

ShreeM01
Copy link
Contributor

This PR contains the same logical change as aaae8ce but for watchOS and tvOS. When on Apple Silicon, we should build for the right CPU architecture. This is sim_arm64 for tvOS and arm64 for watchOS.

On a separate note, I'm not sure if i386 should be the default architecture for watchOS anymore. I'm happy to change that to x86_64 to align with all the other platforms if people agree.

Closes #16547.

PiperOrigin-RevId: 483997916
Change-Id: I67b7f2e2edac5184787f3c3511dc49bb4aeef108

This PR contains the same logical change as aaae8ce but for watchOS and tvOS. When on Apple Silicon, we should build for the right CPU architecture. This is `sim_arm64` for tvOS and `arm64` for watchOS.

On a separate note, I'm not sure if `i386` should be the default architecture for watchOS anymore. I'm happy to change that to `x86_64` to align with all the other platforms if people agree.

Closes #16547.

PiperOrigin-RevId: 483997916
Change-Id: I67b7f2e2edac5184787f3c3511dc49bb4aeef108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants