-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: enable Fedora 41 builds #638
Conversation
This is not a complete PR yet, it only adds the workflow to run on Fedora 41. We still need to switch around the LATEST, STABLE and GTS labels to the new images before this is GA.
We also need to turn on akmods |
Current missing packages are:
All from the Negativo multimedia repo (https://negativo17.org/repos/multimedia/fedora-41/x86_64/) We'll merge this PR for now, since we need something to test the changes on. This image is not yet supported by us nor upstream, so end users shouldn't rebase to these until after we promote them to latest or stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's goooooooooooo!
In #638 we enabled F41 builds without some packages which were still missing in negativo17's fedora-multimedia repo. Here I re-enable: - intel-vaapi-driver - libheif - pipewire-libs-extra Note, I'm unsure if libvdpau will ever return given comments here: https://negativo17.org/prime-optimus-laptops-and-multi-gpu-systems/#VDPAU_context
This PR enables the Fedora 41 image builds. They are still not ready to be used by end-users since some key packages are missing (such as the hardware acceleration ones), but these should be enabled before we switch the tags to latest.
We still need to switch around the LATEST, STABLE and GTS labels to the new images before this is GA, but this will be in a different PR.