-
Notifications
You must be signed in to change notification settings - Fork 739
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
Add Apple visionOS support #1773
Conversation
Can you add VisionOS to our CI and local testing in:
(same for the socket2 pr, but I'll add a comment there as well) |
libc seems to not build (correctly) for visionOS, see CI. |
@Thomasdezeeuw same question; do you mind if I use |
It should now be fix with rust-lang/rust#124560. Though, I think CI may still fail because the default Xcode version for the macOS-latest runner is currently Xcode 15.0.1 but visionOS was added with Xcode 15.2 which means that |
@QuentinPerez can you rebase this after #1787 is merged to give this another try in the cI? |
Motivation
Add the support of Apple VisionOS 121419
Solution
Add target_os = "visionos"