mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
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:
parent
a2e35fd6c6
commit
184f005c9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user