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

Add support for publishing and installing cross compiled crates #47

Merged
merged 2 commits into from
Oct 8, 2019

Conversation

ALSchwalm
Copy link

This is probably a niche use-case, but it is also a small PR. I plan to distribute an EFI application cross compiled with the x86_64-unknown-uefi target. But I would like to be able to give instructions to install and use these applications (via qemu) that are similar to installation of a normal binary available on cargo.io (i.e., you don't have to clone the source repo manually). So this PR adds an xpublish and xinstall command, tested using the mythril crate: https://crates.io/crates/mythril.

@phil-opp phil-opp merged commit 813b5fa into rust-osdev:master Oct 8, 2019
@phil-opp
Copy link
Member

phil-opp commented Oct 8, 2019

Thanks!

phil-opp added a commit that referenced this pull request Oct 8, 2019
@phil-opp
Copy link
Member

phil-opp commented Oct 8, 2019

Published as version 0.5.18

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.

2 participants