-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: main
Are you sure you want to change the base?
Conversation
@@ -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 |
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.
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.
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. |
Hello @skaji - You can get a testing environment by requesting here https://osuosl.org/services/powerdev/request_hosting/. |
Hello @skaji - Were you able to request to OSU? We will also help in supporting ppc64le architecture whenever needed. |
Hello @skaji - Could you please consider adding Power support? |
S390x support
Hello @skaji - We have also added s390x architecture support in the same PR. So please consider adding s390x and PPC architectures. |
@skaji |
@skaji Can you please provide an update. Changes have been added to support both power & s390x architecture. Let me know if you need any help from our end |
Currently I'm not very interested in supporting ppc64le and s390x. So if supporting ppc64le and s390x is important for you, |
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.