-
Notifications
You must be signed in to change notification settings - Fork 13
Current arm64 6.6.79 (6.6) image is faulty #73
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
Comments
I've re-run the build: https://github.com/cilium/ci-kernels/actions/runs/13507765667 Does that fix it? Seems like sometimes the packaging goes wrong? No idea what it could be. |
Looks like triggering a rebuild did not help. |
Does compiling on your machine reproduce as well? You should be able to use buildx.sh as outlined in the README. |
I did run into multiple issues trying to build the ci-kernels locally - e.g. https://gist.github.com/florianl/2ff809fe4eb11d48e757821c7ae1ec98 Would you be open, to extend the CI and add a test to check the produced arm64 kernel? Something like this:
|
Weird, I just tried it on my machine and it works. Kind of looks like a network connectivity issue? |
On Fedora 40 I get the error from the linked gist. And on Debian 12 I do get the following error:
Time is limited atm so I can't debug Fair point - a CI test should happen before the image is pushed to the registry. And I agree, that handling docker builds in CI is tedious. |
Minimal reproducer:
If one replace
6.6.79
with6.6.41
in the above reproducer one can verify that the previous kernel image was working fine.With the
6.6.79
imageqemu-system-aarch64
does not even try to boot the kernel, as far as I can tell.The text was updated successfully, but these errors were encountered: