Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rustyvisor should run under other hypervisors #55

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

iankronquist
Copy link
Owner

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
Copy link
Owner Author

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
Copy link
Owner Author

+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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant