Teach bootstrap install and dist commands about TargetSelection#74495
Merged
Conversation
Member
|
Looks like you'll need to rustfmt: https://github.com/rust-lang/rust/pull/74495/checks?check_run_id=886036950#step:22:1573 |
Member
|
r=me with that fixed though |
With this, we can now use a target JSON file to build a cross-compiler: ``` x.py install --host ../aarch64-apple-darwin.json --target aarch64-apple-darwin ```
f65f6c1 to
57614da
Compare
Member
Author
Collaborator
|
📌 Commit 57614da has been approved by |
Collaborator
|
⌛ Testing commit 57614da with merge 56f8feaaabfae6c32d13f56f9c7bf8a08f3eb7d7... |
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Jul 19, 2020
…les, r=Mark-Simulacrum Teach bootstrap install and dist commands about TargetSelection With this, we can now use a target JSON file to build a cross-compiler: ``` x.py install --host ../aarch64-apple-darwin.json --target aarch64-apple-darwin ``` r? @Mark-Simulacrum
Member
|
@bors retry yoeld |
Member
|
@abors retry yield |
Member
|
@bors retry yield |
Collaborator
|
⌛ Testing commit 57614da with merge 845b434786603fd2a2776f59c0f385a845f9b34a... |
Collaborator
|
💔 Test failed - checks-azure |
Contributor
|
@bors retry |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions, checks-azure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With this, we can now use a target JSON file to build a
cross-compiler:
r? @Mark-Simulacrum