cloud-hypervisor: remove cargo test restriction + add phip1611 as maintainer (#477388)
This commit is contained in:
@@ -32,8 +32,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
cargoTestFlags = [
|
||||
"--workspace"
|
||||
"--bins"
|
||||
"--lib" # Integration tests require root.
|
||||
"--exclude"
|
||||
"hypervisor" # /dev/kvm
|
||||
"--exclude"
|
||||
@@ -59,6 +57,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
qyliss
|
||||
phip1611
|
||||
];
|
||||
platforms = [
|
||||
"aarch64-linux"
|
||||
|
||||
Reference in New Issue
Block a user