-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Migrate more options to StdlibOptions.cmake
#40840
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
Migrate more options to StdlibOptions.cmake
#40840
Conversation
@swift-ci please test |
@swift-ci please test Apple Silicon |
@swift-ci please build toolchain |
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
Linux Toolchain (Ubuntu 16.04) Install command |
At the same time, convert the conditions that test for Darwin platforms to use `SWIFT_DARWIN_PLATFORMS` instead. Addresses rdar://87147214
52d1e1a
to
447a167
Compare
@swift-ci please test |
@swift-ci please test Apple Silicon |
@swift-ci please build toolchain |
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
Build failed |
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!
@swift-ci please test macOS |
Linux Toolchain (Ubuntu 16.04) Install command |
@swift-ci please build toolchain macOS platform |
macOS Toolchain Install command |
At the same time, convert the conditions that test for Darwin platforms
to use
SWIFT_DARWIN_PLATFORMS
instead.Addresses rdar://87147214