-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Milestone
Description
Is your feature request related to a problem?
protoc-gen-grpc-java binary for ppc64le doesnt exist here: https://repo.maven.apache.org/maven2/io/grpc/protoc-gen-grpc-java/1.47.0/
Describe the solution you'd like
protoc-gen-grpc-java binary for ppc64le added here or in a subsequent release: https://repo.maven.apache.org/maven2/io/grpc/protoc-gen-grpc-java/1.47.0/
Describe alternatives you've considered
None
Additional context
Hi team,
We tried to build and test the protoc-gen-grpc-java binary on ppc64le using the following commands, and were successful:
curl -LO https://github.com/grpc/grpc-java/archive/refs/tags/v1.47.0.tar.gz
tar xzf v1.47.0.tar.gz
cd grpc-java-1.47.0/compiler
../gradlew java_pluginExecutable -PskipAndroid=true
../gradlew test -PskipAndroid=true
We noticed that it doesnt exist here:
https://repo.maven.apache.org/maven2/io/grpc/protoc-gen-grpc-java/1.47.0/
Is it possible to include it in the maven repo in 1.47.0 or a subsequent release? Thank you.