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

Support for Linux PowerPC (PPC64LE) and S390x targets #159

Merged
merged 4 commits into from Oct 24, 2023

Conversation

joseluisq
Copy link
Collaborator

Description

This PR adds support for PPC64LE Linux (ppc64le) and S390x Linux (s390x) targets.

  • linux/ppc64le: via powerpc64le-unknown-linux-gnu
  • linux/s390x: via s390x-unknown-linux-gnu

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

- linux/ppc64le (powerpc64le-unknown-linux-gnu)
- linux/s390x (s390x-unknown-linux-gnu)
@joseluisq joseluisq added enhancement New feature or request release Relate to releases v2 v2 release target Related to an specific target(s) labels Nov 13, 2022
@joseluisq joseluisq self-assigned this Nov 13, 2022
@joseluisq joseluisq changed the title Support for Linux PowerPC (PPC64LE) and S390x targets support Support for Linux PowerPC (PPC64LE) and S390x targets Nov 13, 2022
@joseluisq joseluisq marked this pull request as draft November 13, 2022 01:03
@joseluisq
Copy link
Collaborator Author

The ring crate is still on its way to support those targets.

So no support until then.

@joseluisq
Copy link
Collaborator Author

joseluisq commented Oct 2, 2023

The ring crate is still on its way to support those targets.

So no support until then.

ring 0.17.0 has been released with support for PowerPC and s390x but waiting for rustls to upgrade.
rustls/rustls#1508

@joseluisq joseluisq force-pushed the master branch 6 times, most recently from 2267fde to ed68616 Compare October 15, 2023 21:02
@joseluisq joseluisq marked this pull request as ready for review October 24, 2023 23:20
@joseluisq joseluisq merged commit fd4bfd4 into master Oct 24, 2023
25 of 39 checks passed
@joseluisq joseluisq deleted the linux-ppc64le/s390x-targets branch October 24, 2023 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Related to dependencies enhancement New feature or request release Relate to releases target Related to an specific target(s) v2 v2 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant