-
Notifications
You must be signed in to change notification settings - Fork 76
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
[Bug] Compilation fails for ARCH s390x
and ppc64el
#394
Comments
s390x
and ppc64
s390x
and ppc64el
Thanks for the report! Since this is actually a dependency of a dependency of a dependency and core is a library, there is nothing to do in this repo since there is no I don't see why, once rustls merges and tags a release w/ ring updated, we can't then |
Thanks for a quick reply. Indeed Just for the reference, here is a corresponding |
What are you really trying to do?
I am trying to cross compile
core-sdk
in order to use python-sdk ons390x
andppc64el
architecturesDescribe the bug
Minimal Reproduction
cargo build --target=s390x-unknown-linux-gnu
cargo build --target=powerpc64le-unknown-linux-gnu
(make sure required targets are installed, if not add them with
rustup target add
)Environment/Versions
Additional context
Compilation issue should be fixed in the recent
ring
v0.17.0 version.Judging based on the following issues were marked as fixed:
Since
core-sdk
doesn't depend directly on thering
crate, dependant dependencies should be tracked.Most of them depend on
ring
throughrustls
ring
version inrustls
Upgrade to ring 0.17 rustls/rustls#1508The text was updated successfully, but these errors were encountered: