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

Added support for s390x wheel package #667

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

satyamg1620
Copy link

Modified mod.rs for s390x
Created workflow for generating wheel package for s390x:

  • We created a RHEL instance on s390x in a remote server
  • Clone repository in remote server
  • Build the wheel package in the remote server
  • Fetched wheel package from the remote server to runner os
  • Provided upload wheel step for fetched wheel package

@satyamg1620
Copy link
Author

@benfred are you able to access the secrets used in workflow?

@satyamg1620
Copy link
Author

@benfred can you please review the changes

@satyamg1620
Copy link
Author

@simonrw @benfred @jarus @auscompgeek can you please review the changes?

Copy link
Contributor

@auscompgeek auscompgeek left a 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}}
Copy link
Contributor

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.

Copy link
Author

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

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.

None yet

2 participants