-
Notifications
You must be signed in to change notification settings - Fork 164
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
Ubuntu 22.04 VM broke #405
Comments
@xnox is this of interest to the Canonical/Ubuntu team? I don't mind having a look myself, if anyone can point me to a the git repo/branch used to produce the jammy/azure variant. Alternatively we can drop Ubuntu from the CI, although I'd rather have that as last resort. |
The
FYI: |
It looks like only Ubuntu 22.04 (Jammy) with kernel version 6.5 or later will have this issue. |
After further investigation, I found that this problem was actually caused by the inconsistent judgment of module compression methods between dkms and run_test.sh. dkms also checks Lines 234 to 245 in 4d466bf
I created PR #410 for this issue. |
Inclined to merge #411 as a temporary workaround. |
Recently the CI broke in a somewhat odd manner:
Comparing these with the container runs (22.04 and 23.10 respectively) which remain working fine.
Ubuntu 22.04
Ubuntu 23.10
It seems like the
azure
flavour of the6.5.0
kernel is using zstd kconfig yet the modules are actually uncompressed.@xnox the current state seems broken. Any chance someone in the Canonical/Ubuntu team can fix this?
Thanks in advance
The text was updated successfully, but these errors were encountered: