feat: disable legacy nvidia builds for beta images - #1121
Merged
Conversation
Co-authored-by: inffy <10782843+inffy@users.noreply.github.com>
Only build main and nvidia-open flavors for beta stream, excluding legacy nvidia driver support Co-authored-by: inffy <10782843+inffy@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Disable legacy nvidia image building for beta images
feat: disable legacy nvidia builds for beta images
Oct 21, 2025
inffy
marked this pull request as ready for review
October 21, 2025 13:14
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR disables legacy NVIDIA proprietary driver image builds for the beta stream while maintaining the newer nvidia-open driver variant, reducing build complexity and storage requirements for beta releases.
Key changes:
- Modified beta workflow to explicitly exclude the legacy
nvidiaflavor - Reduced beta image build count from 6 to 4 images
- Maintained nvidia-open driver support for beta users with NVIDIA hardware
Reviewed Changes
Copilot reviewed 5 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/build-image-beta.yml |
Added explicit image_flavors parameter to exclude legacy nvidia builds |
system_files/shared/usr/share/kde-settings/kde-profile/default/xdg/kwinrc |
Removed trailing blank lines |
system_files/shared/usr/share/glib-2.0/schemas/zz0-aurora-modifications.gschema.override |
Removed trailing blank line |
system_files/shared/etc/skel/.config/starship.toml |
Removed trailing blank line |
build_files/dx/10-tests-dx.sh |
Removed trailing blank line |
renner0e
enabled auto-merge
October 21, 2025 20:19
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.
Summary
This PR disables legacy NVIDIA driver image builds for the beta stream while keeping the newer nvidia-open driver images available.
Changes
Modified
.github/workflows/build-image-beta.ymlto explicitly specifyimage_flavorsparameter, excluding the legacynvidiaflavor:Impact
Before:
['main', 'nvidia', 'nvidia-open']After:
['main', 'nvidia-open']Other streams remain unchanged:
lateststream continues to build all three flavorsstablestream continues to use defaults (all three flavors)hwevariants continue to include both nvidia driver optionsRationale
This change reduces build time and storage for beta images by removing the legacy NVIDIA driver variant while maintaining support for users with NVIDIA GPUs through the newer open-source driver option.
Testing
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.