swiftlang / swift-installer-scripts

Apache License 2.0
73 stars 35 forks source link

Linux / Shared / globals.inc is blocked at Swift 5.7.1 #263

Open sebsto opened 9 months ago

sebsto commented 9 months ago

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 and swift-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 ?

LightYagami28 commented 7 months 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

sebsto commented 7 months ago

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 ?

LightYagami28 commented 7 months ago

I put a correction in your file excuse me for the character but I'm not on my pc :(

sebsto commented 7 months ago

@compnerd @etcwilde can you have a look at this issue and. suggest a path forward ? Thanks