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

rustup target add powerpc64le-unknown-linux-musl fails #55020

Closed
malbarbo opened this issue Oct 12, 2018 · 2 comments
Closed

rustup target add powerpc64le-unknown-linux-musl fails #55020

malbarbo opened this issue Oct 12, 2018 · 2 comments
Labels
T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Comments

@malbarbo
Copy link
Contributor

With the message:

error: component 'rust-std' for 'powerpc64le-unknown-linux-musl' is unavailable for download

It is show in the output of rustup target list. It seems than powerpc64le-unknown-linux-musl is in the build manifest but is not built.

@pietroalbini pietroalbini added the T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. label Oct 12, 2018
@pietroalbini
Copy link
Member

powerpc64le-unknown-linux-musl is not present in our platform support list, so we don't guarantee official builds will be available, or that those builds will work.

cc @rust-lang/infra, we should probably clarify that the target is tier 3.

@malbarbo
Copy link
Contributor Author

I think that is enough to remove the target from here.

malbarbo added a commit to malbarbo/rust that referenced this issue Nov 7, 2018
bors added a commit that referenced this issue Nov 8, 2018
Remove targets from the manifest that are not built on travis

Fixes #55020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants