rustyvisor
rustyvisor copied to clipboard
Rustyvisor should run under other hypervisors
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
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.
+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.