-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Ubuntu 24.04 is now available #9848
Comments
…ages#9848>. git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@20827 56274372-70c3-4bfc-bfc3-4c3a0b034d27
[New] build: CI: GitHub: Ubuntu: Enable 24.04. See <actions/runner-images#9848>. ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@20828 56274372-70c3-4bfc-bfc3-4c3a0b034d27
- CI | Switch all workflows to Ubuntu Noble: actions/runner-images#9848
This comment was marked as resolved.
This comment was marked as resolved.
@MikeMcC399 yep, I forgot about it, now done :) |
Run java -version |
|
…7261) * CI: bump to ubuntu-24.04 (except deploy); bump stack/cabal to latest * CI user-manual: install imagemagick for ubuntu-24.04 actions/runner-images#9848 (comment)
Related to actions/runner-images#9848 Related to openssl#20139
@mikhailkoliada Thank you for the release! What is the timeline for updating the |
In #9691 (comment) there was mention of a date in August 2024 for GA. That might coincide with the change you are asking about. |
Are the changes marked "Removed from the Ubuntu 24.04 image due to maintenance reasons." final? Is there a particular common reason? Can we somehow vote/plead to revert any of those choices? I expect a lot of builds with "ubuntu-latest" to break if it hits GA in that form. |
@kojoru there will definitely be changes until GA including the software list installation (for instance we are to add firefox & edge, but a bit later), but we do not guarantee we are to address all the requests, everybody is welcome to file new tools addition requests and we'll review them. |
@edmorley migrating to lates is a different process that usually takes time, 24.04 will eventually become latest after its GA |
Ubuntu 24.04.1 LTS is now available. Are there any new plans for the beta Ubuntu |
|
Now that Ubuntu 24.04 images are available on GitHub Actions, we can update from the Ubuntu 22.04 images. See also: actions/runner-images#9848 https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md https://salesforce.quip.com/bu6UA0KImOxJ#temp:C:GZRd13d2ce2d455470495cbd34cf GUS-W-16238120.
When will |
GitHub Roadmap for cc: @MikeMcC399 @orgads |
Thanks for the link to the roadmap which says Ubuntu 24.04 is planned to move to GA in the July - Sep 2024 Q3 quarter, of which there are now less than 3 weeks left, so I wonder if that is still feasible? I'm still waiting for Microsoft Edge and Mozilla Firefox browsers to be added to Ubuntu 24.04 to allow cross-browser testing. If that is not at all planned, it would be good to have some advance notice. |
@MikeMcC399 - We have added Mozilla firefox browser this week, hopefully it should be available next week on ubuntu24.04 image. And regarding edge i will check and add it to the image. |
* Update CI/workflow runners to Ubuntu 24.04 See also: actions/runner-images#9848 https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md https://salesforce.quip.com/bu6UA0KImOxJ#temp:C:GZRd13d2ce2d455470495cbd34cf * pip install in a venv for Ubuntu 24.04 * use pub-hk-ubuntu-24.04-arm-small instead of pub-hk-ubuntu-24.04-arm-ip
* Update CI/workflow runners to Ubuntu 24.04 See also: actions/runner-images#9848 https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md https://salesforce.quip.com/bu6UA0KImOxJ#temp:C:GZRd13d2ce2d455470495cbd34cf * pip install in a venv for Ubuntu 24.04 * use pub-hk-ubuntu-24.04-arm-small instead of pub-hk-ubuntu-24.04-arm-ip
* Update CI/workflow runners to Ubuntu 24.04 See also: actions/runner-images#9848 https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md https://salesforce.quip.com/bu6UA0KImOxJ#temp:C:GZRd13d2ce2d455470495cbd34cf * pip install in a venv for Ubuntu 24.04 * use pub-hk-ubuntu-24.04-arm-small instead of pub-hk-ubuntu-24.04-arm-ip
* Update CI/workflow runners to Ubuntu 24.04 See also: actions/runner-images#9848 https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md https://salesforce.quip.com/bu6UA0KImOxJ#temp:C:GZRd13d2ce2d455470495cbd34cf * pip install in a venv for Ubuntu 24.04 * use pub-hk-ubuntu-24.04-arm-small instead of pub-hk-ubuntu-24.04-arm-ip
@MikeMcC399 See #10636 if you haven't already (for anyone else that's subscribed to this thread but not new issues) |
Thank you! I happened to click on the Announcement label just now. It's also pinned to the top of issues. |
Ubuntu 24.04 is now available, see actions/runner-images#9848 so instead of building and running the tests in a fedora 40 container, let's do the CI with the shinny ubuntu runner image, which preinstalls some of the necessary building dependencies, so in theory, it should be relatively faster than installing every package on fedora 40. and since we are now using an image with git pre-installed, there is no need to install `git` anymore. so, in this change, we drop the step to install `git`. because we are switching to a debian derivative distro, let's use apt-get instead of dnf to install packages. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
to avoid slapd(8) segfaulting on Ubuntu 22.04, which "ubuntu-latest" uses despite [1]. Per discussion with @lukebakken. 1. actions/runner-images#9848
Breaking changes
Ubuntu 24.04 is now available for all GitHub Actions and Azure DevOps users.
You can use the ubuntu 24.04 image label in your YAML to select this image.
GitHub Actions
Azure DevOps
The image is marked as "beta" for now. It means some software can be unstable on the new platform. Also, there could be queueing issues as the capacity will be balanced only throughout the next weeks.
Please report any problems with the new image to this repository.
Platforms affected
Runner images affected
Software difference between Ubuntu 22 and Ubuntu 24
The text was updated successfully, but these errors were encountered: