chore: drop HWE + nvidia-legacy images - #763
Merged
Merged
Conversation
This shouldn't be merged befora F43 images have released
Member
Author
|
lol didn't even remember about the Bazzite kernel, thanks! |
renner0e
reviewed
Aug 12, 2025
Co-authored-by: renner <80410025+renner0e@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes HWE (Hardware Enablement) image support from the Aurora project, including all HWE-specific build configurations, scripts, and workflows. This is a preparatory cleanup for F43 release as mentioned in the PR description.
- Removes all HWE image variants and related build infrastructure
- Simplifies kernel installation logic by removing HWE-specific conditionals
- Updates documentation and CI workflows to reflect the removal of HWE support
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| build_files/shared/build-base.sh | Removes call to HWE additions script |
| build_files/dx/02-install-kernel-akmods-dx.sh | Removes bazzite kernel installation logic |
| build_files/base/19-initramfs.sh | Simplifies initramfs generation by removing surface kernel handling |
| build_files/base/09-hwe-additions.sh | Completely removes HWE-specific package installation script |
| build_files/base/03-install-kernel-akmods.sh | Removes bazzite kernel installation logic |
| README.md | Removes HWE workflow badge from status badges |
| Justfile | Removes HWE flavor definitions and build logic |
| .github/workflows/reusable-build.yml | Removes HWE-specific container signing and pushing logic |
| .github/workflows/clean.yml | Updates package cleanup list to remove HWE variants |
| .github/workflows/build-images.yml | Removes HWE build workflow reference |
| .github/workflows/build-image-latest-hwe.yml | Completely removes HWE-specific build workflow |
| .github/changelogs.py | Removes HWE from changelog generation logic |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
inffy
marked this pull request as ready for review
October 24, 2025 16:50
Member
Author
|
It's time to say goodbye |
renner0e
reviewed
Oct 24, 2025
renner0e
left a comment
Member
There was a problem hiding this comment.
I think we can also get rid of this
https://github.com/ublue-os/aurora/blob/main/build_files/base/00-image-info.sh#L21-L23
renner0e
approved these changes
Oct 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This shouldn't be merged befora F43 images have released