-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 protoc ppc64le to grpc codegen #22418
Comments
/cc @cescoffier |
After more investigation:
|
@cescoffier I don't know how big powerpc is nowadays but the above is another argument for java-based solution for generating stubs :) |
@cescoffier Do you think this could be implemented? Seems there is a https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-java/1.58.0/ |
I would need to be able to test it, and I do not have access to that kind of machine. |
Hi @cescoffier and @jamesnetherton , getting a ppc64le node/vm can be done via a opensource community based VM request form - https://osuosl.org/services/powerdev/request_hosting/ . Please put in
|
Hey @cescoffier @jamesnetherton access should be no issue at all. The form that @shreyakajbaje included above will file a ticket and send emails to a few folks, but we've put this on what should be the fast-approval track. Let us know if you need any help or have any questions. This access is available to any open source developer needing to port or test on Power hardware. |
Description
At the moment an attempt to build Quarkus on ppc64le fails with Failed to find com.google.protobuf:protoc:linux-ppc64le:exe among dependencies.
We should fix it by adding the aforementioned artifact to codegen dependencies
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: