-
Notifications
You must be signed in to change notification settings - Fork 429
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
Added support for s390x wheel package #667
base: master
Are you sure you want to change the base?
Conversation
@benfred are you able to access the secrets used in workflow? |
@benfred can you please review the changes |
@simonrw @benfred @jarus @auscompgeek can you please review the changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a maintainer, but as you wish…
with: | ||
host: ${{secrets.S390X_SSH_HOST}} | ||
username: ${{secrets.S390X_SSH_USER }} | ||
key: ${{secrets.S390X_SSH_KEY}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The use of secrets will break building any PR, including this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If those secret variables are included , then it won't break at all. I already allowed edits and access to secrets to maintainers
Modified mod.rs for s390x
Created workflow for generating wheel package for s390x: