-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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 a flag to infer appropriate cross compile hosts on Darwin #60664
Add a flag to infer appropriate cross compile hosts on Darwin #60664
Conversation
This is based off the suggestion from @shahmishal in #60624 Keeping this as a draft since I expect to iterate on tests and linting. |
@swift-ci please python lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about the syntax for the macOS test, but if the CI is happy with it, that seems reasonable. This also addresses my question in the original PR.
@swift-ci please test |
@swift-ci please build toolchain |
@swift-ci please build Apple Silicon |
Addresses rdar://98787335, apple#60348
Addresses rdar://98787335, apple#60348
6cdac8e
to
778c738
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for changing this to dynamic.
|
@swift-ci please test |
@swift-ci please build toolchain |
@swift-ci please build Apple Silicon |
@swift-ci please python lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for doing this 🙂
Hitting an unrelated failure in macOS PR testing now solved by #60709, retrying |
@swift-ci please test macOS |
@edymtt Hi, after using this code, I got another error when buidling the toolchain, can you help me?
|
@rayxia this is not something I hit so far when building on Apple Silicon I would suggest creating an issue at https://github.com/apple/swift/issues/new/choose
If possible it would be nice to have
(not sure how much I can follow up since I'm busy with other efforts, but this way others may be more likely to see your issue) |
@edymtt OK, thanks for your suggestion. |
Use that immediately for the macOS package presets.
Addresses rdar://98787335, #60348