-
Notifications
You must be signed in to change notification settings - Fork 199
Driver: allow static executables when using Musl #1383
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
Conversation
@swift-ci test |
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.
Seems reasonable to me; I wonder whether Triple
should grow a supportsStaticExecutables
property though, rather than explicitly testing for .musl
in here?
@swift-ci test |
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.
@swift-ci test windows |
+100, I was planning on adding a |
Not merging this yet as I want to add a test or two that cover this. |
@swift-ci test |
This error diagnostic doesn't make sense when linking on Linux with Musl, which allows fully statically linked executables.