-
Notifications
You must be signed in to change notification settings - Fork 37
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: switch to akmods repo provided nvidia kmod #146
Conversation
This removes the akmod build process for nvidia drivers and the build of ublue-os-nvidia-addons from this repo, and instead installs said RPMs which are now built in the ublue-os/akmods repo.
Leaving as a draft until akmods is built and this can test. |
Ok, at this point, I've tested this by building the Seems to be working pretty well! Note: we need to update the website repo docs to reflect these changes as the README contents for this repo have been migrated there. |
I'm not sure why the "Build akmods package" checks are expected, but they can be ignored. I'm hoping they clear after this is merged and a clean build occurs there. |
Updated: now depends on ublue-os/akmods#54 After the required akmods PR has been merged and built cleanly, this PR needs it's actions re-run to get a clean build. |
This removes the akmod build process for nvidia drivers and the build of ublue-os-nvidia-addons from this repo, and instead installs said RPMs which are now built in the ublue-os/akmods repo.
Depends on ublue-os/akmods#53