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

V2 manifests #112

Merged
merged 15 commits into from
Mar 8, 2016
Merged

V2 manifests #112

merged 15 commits into from
Mar 8, 2016

Conversation

brson
Copy link
Owner

@brson brson commented Nov 13, 2015

This teaches multirust to read V2 manifests. It adds the list-available-targets <toolchain> and add-target <toolchain> commands.

This has only been unit tested on Linux, Windows and Mac, not tested live, so don't merge yet.

I'll be happy to squash if this history is too ugly.

r? @alexcrichton cc @edunham

@alexcrichton
Copy link

lgtm, r=me when this is ready

@SimonSapin
Copy link
Contributor

I didn’t manage to make this work. Am I missing some install step?

$ multirust list-available-targets nightly
rustup: no channel manifest at '/home/simon/tmp/multirust/toolchains/nightly/lib/rustlib/channel-manifest.toml'
$ multirust add-target nightly arm-linux-androideabi
rustup: no channel manifest at '/home/simon/tmp/multirust/toolchains/nightly/lib/rustlib/channel-manifest.toml'

@brson
Copy link
Owner Author

brson commented Dec 1, 2015

@SimonSapin The infrastructure necessary to make this work hasn't been deployed yet.

@lberezy
Copy link

lberezy commented Feb 26, 2016

What's the status of this? Apparently simple cross-compliation is waiting on this to land.

There seems to be work happening on the new branch here.

@brson
Copy link
Owner Author

brson commented Feb 26, 2016

@lberezy Still waiting on support in rust-buildbot to generate the correct metadata. It is actively being worked on this week.

brson added a commit that referenced this pull request Mar 8, 2016
@brson brson merged commit 6ec590e into master Mar 8, 2016
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.

None yet

4 participants