Skip to content

Commit a186c25

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
Fix QEMU E2E test: make kernel image readable
Ubuntu 24.04 installs kernel images with restrictive permissions (0600/0640), causing QEMU to fail with "Permission denied" when opening /boot/vmlinuz-*.
1 parent b1878ee commit a186c25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
run: |
6060
sudo apt-get update
6161
sudo apt-get install -y qemu-system-x86 linux-image-generic
62+
sudo chmod +r /boot/vmlinuz-*
6263
6364
- name: Run QEMU E2E tests
6465
run: make test-qemu

0 commit comments

Comments
 (0)