Merge pull request #322166 from alyssais/crosvm-musl

This commit is contained in:
Sandro 2024-06-25 11:35:05 +02:00 committed by GitHub
commit a2f3acf792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";