Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upV2 manifests #112
Conversation
This comment has been minimized.
This comment has been minimized.
alexcrichton
commented
Nov 15, 2015
|
lgtm, r=me when this is ready |
alilee
referenced this pull request
Nov 21, 2015
Closed
Allow installing extra targets for a toolchain for cross-compilation #20
This comment has been minimized.
This comment has been minimized.
|
I didn’t manage to make this work. Am I missing some install step?
|
This comment has been minimized.
This comment has been minimized.
|
@SimonSapin The infrastructure necessary to make this work hasn't been deployed yet. |
brson
referenced this pull request
Dec 28, 2015
Open
Feature request - ability to fetch installation source code (rustc...) #77
This comment has been minimized.
This comment has been minimized.
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 |
This comment has been minimized.
This comment has been minimized.
|
@lberezy Still waiting on support in rust-buildbot to generate the correct metadata. It is actively being worked on this week. |
brson
added some commits
Oct 15, 2015
brson
force-pushed the
next
branch
from
897da10
to
245179b
Mar 8, 2016
brson
added some commits
Mar 8, 2016
brson
added a commit
that referenced
this pull request
Mar 8, 2016
brson
merged commit 6ec590e
into
master
Mar 8, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
brson commentedNov 13, 2015
This teaches multirust to read V2 manifests. It adds the
list-available-targets <toolchain>andadd-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