Uh oh!
There was an error while loading. Please reload this page.
bootstrap: Add missing cputype matching for sparc64 - #45624
Merged
Conversation
kennytm
commented
Oct 30, 2017
Member
@bors r+ rollup Thanks! |
bors
commented
Oct 30, 2017
Collaborator
📌 Commit 72a7232 has been approved by |
bors
commented
Oct 31, 2017
Collaborator
⌛ Testing commit 72a7232bfde088409456059ba65ccbd54d7e181d with merge 6efa77bcbfcb45aa14cacac5422aed0c8ad89ba1... |
bors
commented
Oct 31, 2017
Collaborator
💔 Test failed - status-travis |
kennytm
commented
Oct 31, 2017
Member
@bors retry Travis incident, no jobs starting. https://www.traviscistatus.com/incidents/xgpn2tq6mx7k |
glaubitzforce-pushed
the
bootstrap-sparc64
branch
from
October 31, 2017 18:27
72a7232 to
d7dec7cComparealexcrichton
commented
Nov 1, 2017
Member
@bors: retry Seems like bors missed the first one |
alexcrichton
commented
Nov 1, 2017
Member
@bors: r=kennytm |
bors
commented
Nov 1, 2017
Collaborator
📌 Commit d7dec7c has been approved by |
kennytm added a commit
to kennytm/rust
that referenced
this pull request
Nov 1, 2017
bootstrap: Add missing cputype matching for sparc64 Trying to configure rust natively on sparc64-unknown-linux-gnu currently fails with: ``` root@deb4g:/local_scratch/glaubitz/rust/rust# ./configure --host=sparc64-unknown-linux-gnu --enable-local-rust --local-rust-root=/usr/local configure: processing command line configure: configure: build.host := ['sparc64-unknown-linux-gnu'] configure: build.rustc := /usr/local/bin/rustc configure: build.cargo := /usr/local/bin/cargo configure: build.rustc := /usr/local/bin/rustc configure: build.cargo := /usr/local/bin/cargo configure: build.configure-args := ['--host=sparc64-unknown-linux-gnu', '--enable ... unknown cpu type: sparc64 root@deb4g:/local_scratch/glaubitz/rust/rust# ``` This is trivially fixed by defining sparc64 as a valid cputype.
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.
Trying to configure rust natively on sparc64-unknown-linux-gnu currently fails with:
This is trivially fixed by defining sparc64 as a valid cputype.