-
Notifications
You must be signed in to change notification settings - Fork 48
Fedora - Various Fixes/Enhancements #331
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
Open
fifofonix
wants to merge
19
commits into
NVIDIA:main
Choose a base branch
from
fifofonix:fedora-various-updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
These exceed gitlab runner log limits and absent their suppression means we can't see the wood from the trees.
Have not researched what features all these different libraries enable, but they do not seem to be essential for basic GPU driver use. Prefer to keep as close to RHEL/ubuntu code branches as possible so this achieves that goal.
… driver branch This is mainly applying changes visible on RHEL build to fedora.
…ging. Since error logs can easily overflow gitlab CICD logs only show first 500 and last 500 lines. But add full file as an artifact (when doing a single driver version run, ie. on a feature branch).
Current driver versions are not gcc-15 ready.
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.
Not expecting this to be merged as-is but want to log this as a working pull request that modifies fedora-specific files only allowing containers to be built/published here for fedora. Specifically, it has been used for FedoraCoreOS on all the latest streams (next, testing, stalbe) which are all kernel 6.14+.
I consider all commits to be long-term excepting the second-to-last flagged as a temporary commit. This modifies the build on kernels > 6.14 to use gcc-14. This, because the latest recommended datacenter driver branches, eg 570.133.20, do not compile with gcc-15 which is the default in Fedora42.