diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-03-05 11:47:54 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-03-05 11:47:54 +0100 |
commit | ca64732d46ffa91834db9e635cbc04dda606158d (patch) | |
tree | c0196ada017734a7d92ef8e0647720bbb50d78b4 | |
parent | 85de70ea61b4a544b2c1b42e0466e5d6494e7b80 (diff) | |
download | debvm-ca64732d46ffa91834db9e635cbc04dda606158d.tar.gz |
debian/tests: explicitly install qemu-system-misc for loong64
loong64 does not yet have a qemu package that provides qemu-kvm, but we
really don't need kvm. All we need is the right qemu binary.
-rw-r--r-- | debian/tests/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control index 36cef6d..80eaa38 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,11 +1,11 @@ Test-Command: setsid ./tests/create-and-run.sh $(dpkg --print-architecture) "" -Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], qemu-kvm +Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], qemu-kvm [!loong64], qemu-system-misc [loong64] Restrictions: allow-stderr, needs-internet, needs-root # Skip running on armel and armhf as the emulation is too slow there to actually work. Architecture: !armel !armhf Test-Command: unshare -U -m -p -f -r --mount-proc true || exit 77; ./tests/create-and-run.sh $(dpkg --print-architecture) "" -Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], uidmap, qemu-kvm +Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], uidmap, qemu-kvm [!loong64], qemu-system-misc [loong64] Restrictions: allow-stderr, needs-internet, skippable # Skip running on armel and armhf as the emulation is too slow there to actually work. Architecture: !armel !armhf |