mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
crosvm.tests.musl: init
This would have caught the build regression introduced by74cbe399ba
("crosvm: 124.0 -> 125.0") and fixed byd213fa697f
("pkgsMusl.crosvm: fix build").
This commit is contained in:
parent
d213fa697f
commit
e1c6b42d3a
@ -1,6 +1,7 @@
|
||||
{ lib, rustPlatform, fetchgit, fetchpatch
|
||||
, pkg-config, protobuf, python3, wayland-scanner
|
||||
, libcap, libdrm, libepoxy, minijail, virglrenderer, wayland, wayland-protocols
|
||||
, pkgsCross
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@ -44,7 +45,12 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildFeatures = [ "virgl_renderer" ];
|
||||
|
||||
passthru.updateScript = ./update.py;
|
||||
passthru = {
|
||||
updateScript = ./update.py;
|
||||
tests = {
|
||||
musl = pkgsCross.musl64.crosvm;
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Secure virtual machine monitor for KVM";
|
||||
|
Loading…
Reference in New Issue
Block a user