Loading pkgs/applications/virtualization/rust-hypervisor-firmware/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -44,14 +44,15 @@ rustPlatform.buildRustPackage rec { # https://github.com/cloud-hypervisor/rust-hypervisor-firmware/issues/249 auditable = false; env = { RUSTC_BOOTSTRAP = 1; RUSTFLAGS = "-C linker=lld -C linker-flavor=ld.lld"; }; nativeBuildInputs = [ lld ]; RUSTFLAGS = "-C linker=lld -C linker-flavor=ld.lld"; # Tests don't work for `no_std`. See https://os.phil-opp.com/testing/ doCheck = false; Loading Loading
pkgs/applications/virtualization/rust-hypervisor-firmware/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -44,14 +44,15 @@ rustPlatform.buildRustPackage rec { # https://github.com/cloud-hypervisor/rust-hypervisor-firmware/issues/249 auditable = false; env = { RUSTC_BOOTSTRAP = 1; RUSTFLAGS = "-C linker=lld -C linker-flavor=ld.lld"; }; nativeBuildInputs = [ lld ]; RUSTFLAGS = "-C linker=lld -C linker-flavor=ld.lld"; # Tests don't work for `no_std`. See https://os.phil-opp.com/testing/ doCheck = false; Loading