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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user