-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Try swift #50
base: main
Are you sure you want to change the base?
Conversation
…and musl to do
We are waiting on swiftlang/swift#62245 as we will need Alpine support for our webtop and need freedom for our java base container to be moveable to alpine again. |
Track swiftlang/swift#47209 :) |
Chatgpt sais (TLDR: tested does not work...):
Keep in mind that cross-compiling software can be complex and may require tweaking depending on your specific setup and requirements. You may encounter issues with dependencies, compiler flags, or compatibility issues between Swift and musl. Be prepared to do some troubleshooting and experimentation to get everything working correctly. |
Static linking also does not work as we need Foundation. (swiftc -emit-executable -static-executable ) |
What kind of changes does this PR include?
Description
This builds out a Swift version of the wrongsecrets binaries.
Relations
References
Checklist: