Uh oh!
There was an error while loading. Please reload this page.
Teach bootstrap install and dist commands about TargetSelection - #74495
Merged
Conversation
Mark-Simulacrum
commented
Jul 19, 2020
Member
Looks like you'll need to rustfmt: https://github.com/rust-lang/rust/pull/74495/checks?check_run_id=886036950#step:22:1573 |
Mark-Simulacrum
commented
Jul 19, 2020
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 ```
shepmasterforce-pushed
the
bootstrap-dist-target-files
branch
from
July 19, 2020 17:04
f65f6c1 to
57614daCompareshepmaster
commented
Jul 19, 2020
MemberAuthor
bors
commented
Jul 19, 2020
Collaborator
📌 Commit 57614da has been approved by |
bors
commented
Jul 19, 2020
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
Manishearth
commented
Jul 19, 2020
Member
@bors retry yoeld |
Manishearth
commented
Jul 19, 2020
Member
@abors retry yield |
Manishearth
commented
Jul 19, 2020
Member
@bors retry yield |
bors
commented
Jul 19, 2020
Collaborator
⌛ Testing commit 57614da with merge 845b434786603fd2a2776f59c0f385a845f9b34a... |
bors
commented
Jul 19, 2020
Collaborator
💔 Test failed - checks-azure |
ehuss
commented
Jul 19, 2020
Contributor
@bors retry |
bors
commented
Jul 19, 2020
Collaborator
bors
commented
Jul 20, 2020
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 freeto 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