-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Adding support for ppc64le. #8611
Comments
Hi @Sunidhi-Gaonkar1, thanks for opening this issue. As in #3615, I'm not sure that we can commit to supporting this because we don't have an environment to continuously test it on. While you might have successfully tested it locally (thanks!) we will be in the dark going forward with every change. We also lack a development environment should any issues actually occur. Additionally, with limited resources, if we did break it, I'm not sure that we would prioritise fixing it given the interest we've seen in having it supported so far. I've labelled this Also going to tag @mgiessing on here since he opened the original request some years ago, and may have had thoughts since then. |
Hi @williammartin thanks for your response ! Just wanted to mention a few things
@mgiessing your thoughts as well? Thanks! |
+1 for releasing a ppc64le binary Maybe it can be tagged/labeled as unsupported but it would be helpful rather than having to build from source. |
Thanks for the extra support to help us prioritise. What's your use case @jauder-ho-nttd ? |
@williammartin Running ansible on a P10 LPAR as the controller and using GitHub for source control. |
Any update on this? I have been building from source for a quite without facing any issue. |
Hey @runlevel5, thanks for chiming in. No real update since we closed #8612. Always happy to revisit decisions as we get more information though. What's your use case? |
@williammartin my usecase is basically just daily interaction with GitHub for work (which happens to be on a IBM POWER9-based workstation). AFAIK there are lots of education and big firms that use POWER-based hardware do utilise GitHub for application development collaboration. |
Describe the feature or problem you’d like to solve
Hi team, in reference to #3615, requesting to add ppc64le support.
Proposed solution
I was able to build gh-cli from source following the instructions mentioned in https://github.com/cli/cli/blob/trunk/docs/source.md. I was also able to test the binary succesfully. Attaching below the build and test logs for the same.
gh-cli-logs.txt
I will raise a PR shortly. Thank you.
Additional context
We are working on supporting OpenSearch distribution for ppc64le architecture, which has a dependency on gh-cli. opensearch-project/opensearch-build#3122 (comment)
The text was updated successfully, but these errors were encountered: