-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add a 'standalone_minimal' preset to build a minimal, static, OS independent, self-contained binaries of stdlib. #33286
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 'standalone_minimal' preset to build a minimal, static, OS independent, self-contained binaries of stdlib. #33286
Conversation
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.
Some thoughts/questions/etc.
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
…ntained binaries of stdlib.
…'R' = Release, 'D' = Debug)
…variant and a concrete preset for macho_x86_64
8009391
to
e52a7b3
Compare
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
@swift-ci please test macOS platform |
This PR is the first step to be able to produce a new variant of the Swift Runtime and Standard Library — a minimal, static, self-contained build that is not tied to a particular operation system.
The building pieces are:
(Note that this is strictly for the runtime/stdlib, not for the compiler.)