rustyvisor icon indicating copy to clipboard operation
rustyvisor copied to clipboard

Rustyvisor should run under other hypervisors

Open iankronquist opened this issue 4 years ago • 2 comments

Addresses some of the issues which @lucabe72 mentioned in #54.

Also, now we won't try to build Linux Kernel Module bits on non-linux OSs

iankronquist avatar Nov 05 '21 00:11 iankronquist

This is a dumb rustup error, it can't find the uefi target. I don't know what's up and don't have the time to debug it right now.

iankronquist avatar Nov 05 '21 00:11 iankronquist

+rustup target install x86_64-unknown-uefi

error: toolchain 'nightly-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 'x86_64-unknown-uefi'

note: not all platforms have the standard library pre-compiled: https://doc.rust-lang.org/nightly/rustc/platform-support.html

help: consider using `cargo build -Z build-std` instead

The command "bash ./scripts/ci-install.sh" failed and exited with 1 during .

The help here is wrong. Not sure what's right though.

iankronquist avatar Nov 05 '21 00:11 iankronquist