-
Notifications
You must be signed in to change notification settings - Fork 956
CI fails on powerpc64-unknown-linux-gnu #2608
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
Labels
Comments
Hmm, that's not ideal no. Please do sort a PR for that if you can. |
est31
added a commit
to est31/rustup
that referenced
this issue
Dec 12, 2020
The ring crate only supports a limited set of platforms. Don't compile with rustls enabled on platforms that it doesn't support. Closes rust-lang#2608
est31
added a commit
to est31/rustup
that referenced
this issue
Dec 12, 2020
The ring crate only supports a limited set of platforms. Don't compile with rustls enabled on platforms that it doesn't support. Closes rust-lang#2608
est31
added a commit
to est31/rustup
that referenced
this issue
Dec 12, 2020
The ring crate only supports a limited set of platforms. Don't compile with rustls enabled on platforms that it doesn't support. Closes rust-lang#2608
est31
added a commit
to est31/rustup
that referenced
this issue
Dec 13, 2020
The ring crate only supports a limited set of platforms. Don't compile with rustls enabled on platforms that it doesn't support. Closes rust-lang#2608
est31
added a commit
to est31/rustup
that referenced
this issue
Dec 13, 2020
The ring crate only supports a limited set of platforms. Don't compile with rustls enabled on platforms that it doesn't support. Closes rust-lang#2608
est31
added a commit
to est31/rustup
that referenced
this issue
Dec 13, 2020
The ring crate only supports a limited set of platforms. Don't compile with rustls enabled on platforms that it doesn't support. Closes rust-lang#2608
est31
added a commit
to est31/rustup
that referenced
this issue
Dec 13, 2020
The ring crate only supports a limited set of platforms. Don't compile with rustls enabled on platforms that it doesn't support. Closes rust-lang#2608
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since merging of #2517, the master branch CI fails on powerpc64-unknown-linux-gnu. Link to a failing build. Relevant excerpt from the log:
The failing line is here. It turns out that ring doesn't support the powerpc platform: briansmith/ring#389
I think the best resolution would be to disable the builtin rustls support on the powerpc platform.
cc @kinnison
The text was updated successfully, but these errors were encountered: