-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support for Ubuntu 24.04, 23.10, Fedora 39, Debian 12 #152
Comments
@adam-fowler / @patrickfreed / @cmcgee1024 , do you need any assistance for having Ubuntu 24.04 support? Or is there a 2 step process; make the #115 available since work has already been done and then remove once swiftly binary is ready to do those steps? #161 looks to be also be in a similar situation. |
@vsarunas updates to the pull request is welcome and/or new pull requests are welcome. There are several places in the code that would need to be changed to add Ubuntu 24.04 support. We're hoping to make it easier to manage this in the future using swift.org API. For now, I would use Ubuntu 22.04 as a guide to add 24.04. Some key areas to update:
|
Is it safe to use swiftly on Ubuntu 24.04? |
The install script PR for 2404 never got updated. Everything is moving to run from the executable and the install script is pretty much being removed. I don't know timings on when a new release is going to be though. |
I anxiously await this. I've been stuck on Ubuntu 22.04 to run Swift just because swiftly hasn't been updated yet to support Ubuntu 24.04... |
Same here. I've had to revert from Swiftly back to https://swiftlang.xyz, just to get 24.04 support. |
Thanks everyone for your patience. We're trying to move these issues forward and get a preview release out on swift.org. This one is tagged as a release candidate for that release. |
See #173 for a fresh patch that should address this. |
Okay nice! This is great progress! |
This is fixed with #173 Ubuntu 23.10 was not added since it is end of life. |
There is a PR for adding this to the install script, but now we have moved most of the install code into the swiftly binary we should add this support to the binary
The text was updated successfully, but these errors were encountered: