Merge pull request #228106 from astro/rust-hypervisor-firmware

rust-hypervisor-firmware: fix build
This commit is contained in:
Ryan Lahfa 2023-05-09 14:32:45 +02:00 committed by GitHub
commit 57d1b6f0cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,10 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-edi6/Md6KebKM3wHArZe1htUCg0/BqMVZKA4xEH25GI=";
# lld: error: unknown argument '-Wl,--undefined=AUDITABLE_VERSION_INFO'
# https://github.com/cloud-hypervisor/rust-hypervisor-firmware/issues/249
auditable = false;
RUSTC_BOOTSTRAP = 1;
nativeBuildInputs = [