Skip to content

Commit 9552c69

Browse files
committed
Make kernel test improvements to distro-qemu too
1 parent a2fb610 commit 9552c69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-test-on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ jobs:
287287
run: |
288288
sudo apt-get update -y
289289
case "${{ matrix.target_arch }}" in
290-
amd64) sudo apt-get -y install qemu-system-x86;;
291-
arm64) sudo apt-get -y install qemu-system-arm;;
290+
amd64) sudo apt-get -y --no-install-recommends --no-install-suggests install qemu-system-x86;;
291+
arm64) sudo apt-get -y --no-install-recommends --no-install-suggests install qemu-system-arm ipxe-qemu;;
292292
*) echo >&2 "bug: bad arch selected"; exit 1;;
293293
esac
294294
sudo apt-get install -y debootstrap systemtap-sdt-dev

0 commit comments

Comments
 (0)