Please support building with the swift-6 "static linux sdk" #292
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Describe the feature
In the context of aws-sdk-swift,
swift build --swift-sdk aarch64-swift-linux-musl
fails in this module because of including execinfo.h which is not available under musl.Use Case
building a static executable using the aws-sdk-swift module under macOS or Linux that can be copied and executed in another linux machine without the need to carry dynamic libararies/shared objects with it.
Proposed Solution
detect support building with musl.
Other Information
I just cloned the repository to see if I could provide more information but when I tried to build it I get errors like
so maybe there's something I'm not doing before executing
swift build
Acknowledgements
The text was updated successfully, but these errors were encountered: