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

Add s390x arch build #5810

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

Add s390x arch build #5810

wants to merge 1 commit into from

Conversation

lysliu
Copy link

@lysliu lysliu commented Mar 1, 2024

rust using cross build tool
so it can build out s390x binary from x86 platform

fix: #5808

Description

Motivation and Context

Closes #

Screenshots (if appropriate):

How Has This Been Tested?

  • I have tested using MacOS
  • I have tested using Linux
  • I have tested using Windows

Checklist:

  • I have updated the documentation accordingly.
  • I have updated the tests accordingly.

@davidkna
Copy link
Member

davidkna commented Mar 1, 2024

Have you tested whether this compiles with cross? The installation script will also need to be changed to add the architecture.

@lysliu lysliu force-pushed the patch-1 branch 2 times, most recently from 279eb93 to 38a14ad Compare March 1, 2024 10:35
Copy link
Member

@davidkna davidkna left a comment

Choose a reason for hiding this comment

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

Thanks, I've confirmed that this builds. Please also change the installation script to pick gnu instead of musl if $ARCH is s390x.

install/install.sh Outdated Show resolved Hide resolved
rust using cross build tool
so it can build out s390x binary from x86 platform

fix: starship#5808
@davidkna
Copy link
Member

Again, please also change the installation script to pick gnu instead of musl if $ARCH is s390x.

@lysliu
Copy link
Author

lysliu commented May 6, 2024

@davidkna I think all the comments already addressed.
Could you help to approve this PR?

@davidkna
Copy link
Member

davidkna commented May 6, 2024

There hasn't been a new push since my last comment.

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.

Release for s390x architecture
2 participants