-
Notifications
You must be signed in to change notification settings - Fork 677
templates: default: use Ubuntu 25.04, Fedora 42 #3643
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
Conversation
25d4346
to
f81d4a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
I didn't verify that podman works with the Fedora 42 images.
f81d4a0
to
be5198e
Compare
This comment was marked as resolved.
This comment was marked as resolved.
be5198e
to
47d303e
Compare
vz also failing
|
07726af
to
d11844c
Compare
https://github.com/lima-vm/lima/actions/runs/15790132281/job/44514398240?pr=3643
Can't reproduce this locally |
ff6468f
to
2dfcc08
Compare
9p can't be used with vanilla QEMU builds on Windows. I ran the latest changes (with 9p disabled) in GH actions and it was all green. Thank you for fixing IT failures related to 9p! LGTM |
The segfault seems specific to
Apparently fixed in: |
QEMU for Windows does not support 9p Signed-off-by: Akihiro Suda <[email protected]>
Ubuntu 24.10 will reach EOL soon (2025-07-10). It should be still noted that Intel Mac with macOS prior to 15.5 requires setting `vmType` to `qemu` (issue 3334) Signed-off-by: Akihiro Suda <[email protected]>
It should be still noted that Intel Mac with macOS prior to 15.5 requires setting `vmType` to `qemu` (issue 3334) Signed-off-by: Akihiro Suda <[email protected]>
agetty segfaults on Ubuntu 25.04 (x86_64): (gdb) bt #0 __strncmp_evex () at ../sysdeps/x86_64/multiarch/strcmp-evex.S:316 #1 0x000061700a0d3ee3 in parse_args (argc=9, argv=0x7ffc93bd6298, op=0x7ffc93bd4080) at term-utils/agetty.c:939 #2 main (argc=9, argv=0x7ffc93bd6298) at term-utils/agetty.c:403 Should be fixed in Ubuntu 25.10 with util-linux >= 2.41 Signed-off-by: Akihiro Suda <[email protected]>
2dfcc08
to
9f2b750
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
Ubuntu 24.10 will reach EOL soon (2025-07-10).
https://endoflife.date/ubuntu
It should be still noted that Intel Mac with macOS prior to 15.5 requires setting
vmType
toqemu
:CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS
is set) #3334