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

Publish maturin wheel for s390x #533

Merged
merged 3 commits into from
May 9, 2021
Merged

Publish maturin wheel for s390x #533

merged 3 commits into from
May 9, 2021

Conversation

messense
Copy link
Member

@messense messense commented May 8, 2021

strategy:
matrix:
platform: [
{ target: "s390x-unknown-linux-gnu", image: "messense/manylinux2014-cross:s390x", manylinux: "2014" },
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rust doesn't currently distribute s390x-unknown-linux-musl target stdlib, so here we use GNU target instead.

env:
MATURIN_PASSWORD: ${{ secrets.MATURIN_PASSWORD }}
run: |
sudo python3 -m pip install maturin==0.10.5_beta.4
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s390x support in maturin is only usable starting at v0.10.5_beta.4: #530 , #532

Copy link
Member

@konstin konstin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

.github/workflows/release.yml Outdated Show resolved Hide resolved
@messense messense merged commit e925b37 into PyO3:main May 9, 2021
@messense messense deleted the s390x-wheel branch May 9, 2021 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants