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 Power and s390x architecture support #18

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

npanpaliya
Copy link

@npanpaliya npanpaliya commented Jul 1, 2024

For Power, perl-install script is modified to install perl from cpan for 1st time. Once power specific built artifact is uploaded on releases page, from next time, it should use the already available built artifact.

@@ -19,7 +19,7 @@ RUN mkdir -p \
/usr/lib64 \
/usr/local/lib \
/usr/local/lib64
RUN curl -fsSL https://raw.githubusercontent.com/skaji/relocatable-perl/main/perl-install | bash -s /perl
RUN curl -fsSL https://raw.githubusercontent.com/npanpaliya/relocatable-perl/ppc-support/perl-install | bash -s /perl
Copy link
Author

Choose a reason for hiding this comment

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

This change is just for github actions to work while this is in PR state. Once this is reviewed and verified, before merging, I'll revert this change.

@skaji
Copy link
Owner

skaji commented Jul 1, 2024

Thanks for reaching out.

Unfortunately, I can't support ppc64le Linux at this time. As the maintainer, I don’t have experience with this architecture, and I also don’t have access to a testing environment for it.

@npanpaliya
Copy link
Author

Hello @skaji - You can get a testing environment by requesting here https://osuosl.org/services/powerdev/request_hosting/.

@npanpaliya
Copy link
Author

Hello @skaji - Were you able to request to OSU?

We will also help in supporting ppc64le architecture whenever needed.

@npanpaliya
Copy link
Author

Hello @skaji - Could you please consider adding Power support?

@npanpaliya npanpaliya changed the title Added Power architecture support Added Power and s390x architecture support Jul 16, 2024
@Paramesh324
Copy link

Hello @skaji - We have also added s390x architecture support in the same PR. So please consider adding s390x and PPC architectures.

@alhad-deshpande
Copy link

@skaji
We will help in supporting ppc64le architecture whenever needed. Could you please consider merging this PR as we need Ray package (which depends on this) on Power?

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.

4 participants