Skip to content

Added support for s390x wheel package#667

Open
satyamg1620 wants to merge 1 commit into
benfred:masterfrom
satyamg1620:master
Open

Added support for s390x wheel package#667
satyamg1620 wants to merge 1 commit into
benfred:masterfrom
satyamg1620:master

Conversation

@satyamg1620
Copy link
Copy Markdown

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
Copy Markdown
Author

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

@satyamg1620
Copy link
Copy Markdown
Author

@benfred can you please review the changes

@satyamg1620
Copy link
Copy Markdown
Author

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

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

2 participants