swiftlang / swift-installer-scripts

Apache License 2.0
67 stars 34 forks source link

RPM build scripts for Amazon Linux 2023, x64, Swift 5.8 #264

Closed sebsto closed 6 months ago

sebsto commented 8 months ago

This PR adds a new directory under Platforms/Linux/RPM/AmazonLinux to support building RPMs for Amazon Linux 2023.

The main changes are:

This is only tested on x64 and Swift 5.8.

It is known to not work with Swift 5.9. Additional changes are required to build Swift 5.9 (list is not complete) :

sebsto commented 8 months ago

@tomerd @shahmishal @compnerd This is a first drop to create the RPM for Swift 5.8, Amazon Linux 2023, x64 I would need this to be published to facilitate the 5.9 build.

What do you think ?