Open sebsto opened 1 year ago
Hello @sebsto ,
Thank you for your contribution to the Swift installer scripts! 🚀 I've taken note of your pull request here, addressing the issue related to leftover user environment variables after SDK uninstallation.
I appreciate your effort in improving the project. If you have any further comments, suggestions, or if there's anything else I can assist you with, feel free to let me know.
Keep up the great work!
Best regards,
Light Yagami
Thank you @LightYagami28 Can you also have a look at my pull request asking for an AmazonLinux 2023 sub directory https://github.com/apple/swift-installer-scripts/pull/264 ?
I put a correction in your file excuse me for the character but I'm not on my pc :(
@compnerd @etcwilde can you have a look at this issue and. suggest a path forward ? Thanks
I am trying to build Swift 5.9 on Amazon Linux 2023
Challenge: the file https://github.com/apple/swift-installer-scripts/blob/main/platforms/Linux/RPM/Shared/metadata/global.inc has only dependencies for Swift 5.7.x (both on main branch and release/5.9 branch)
It lacks at least
swift-asn1
andswift-certificates
but others as well as my builds fail.Can someone provide an updated
globals.inc
up-to-date with correct dependencies for Swift 5.9 ?