cloud-hypervisor: skip more tests that rely on KVM

Builders may not have KVM.  We were already trying to do this by
skipping the vmm tests, but the hypervisor tests also rely on KVM.
This commit is contained in:
Alyssa Ross 2024-12-15 10:10:51 +01:00
parent a2e35fd6c6
commit 184f005c9b
No known key found for this signature in database
GPG Key ID: 5B459184230FF0A2

View File

@ -36,6 +36,8 @@ rustPlatform.buildRustPackage rec {
"--bins"
"--lib" # Integration tests require root.
"--exclude"
"hypervisor" # /dev/kvm
"--exclude"
"net_util" # /dev/net/tun
"--exclude"
"vmm" # /dev/kvm