-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 support for ppc64le #1303
Comments
@bbarani flagging for infra.... |
This error comes from
@helix-loop Does returning X64 in that code result in a successful build/test/run? |
@dblock It does. Run is successful, check is throwing 2 errors, but I am able to curl localhost:9200 with the following change:
|
@helix-loop What are the test failures? I think you can PR this change along with some basic test(s). |
What would these basic test(s) look like? I guess the 2 exceptions should be fixed to PR the change? |
|
For tests I would say a unit test that ensures that Those errors would need to be debugged, you should definitely be able to run |
FYI, commentary on the above gradle check errors in #2341. TLDR: I believe they are Gradle and/or OpenJ9 bugs that may be fixed by upgrading version(s). |
Hi @dbwiddis @helix-loop just wanted to check if you are actively working on support for other architectures now that #4001 is merged for s390x? I was interested in the ppc64le enablement , was able to build locally with changes similar to that in the above PR (yet to run the tests), so would be happy to take that up as well, please let me know, thanks! |
Hi, @seth-priya, please do take this on! I had assigned myself #2341 (ppc64le) some time ago but unassigned a few weeks ago when it became clear I didn't have time to do it -- and also the solution in #4001 is clearly a more comprehensive one. It's all yours! |
Closed in #5459 |
Building OpenSearch on ppc64le fails with the following error:
FAILURE: Build failed with an exception.
Where:
Script 'xyz/OpenSearch-1.0.0/gradle/runtime-jdk-provision.gradle' line: 33
What went wrong:
A problem occurred evaluating script.
Java: openjdk-11-jdk
The text was updated successfully, but these errors were encountered: