-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
chore: unpin kernel on stable #142
Conversation
I think the kernel pin is causing my issue #148 with Nvidia drivers have a version mismatch with the kernel module. I see in this PR's build log, it's using the newer nvidia kernel module Why isn't the stable build checking to see if the kernel module is up to date for the rest of the Nvidia drivers? |
The NVIDIA issue was unrelated to this kernel pin and it should be fixed now that #151 is merged. |
This can be merged now, CoreOS stable is on 6.12.9 and both akmods and kernel-cache have been updated. |
Once CoreOS releases with kernel 6.12.9 we can release the kernel pinning for stable
Setting this as a draft for the time being
Closes #158