-
Notifications
You must be signed in to change notification settings - Fork 88
Closed as not planned
Labels
Type: enhancementNew feature or requestNew feature or request
Description
When building on M1 gRPC is not found. It can be manually downloaded and installed:
mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java -Dversion=1.41.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe -Dfile=/Users/<user>/Downloads/protoc-gen-grpc-java-1.41.0-osx-x86_64.exe
But perhaps that could be fixed as suggested here: grpc/grpc-java#7690
Reporter: Rok Mihevc / @rok
Watchers: Rok Mihevc / @rok
Note: This issue was originally created as ARROW-15549. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Type: enhancementNew feature or requestNew feature or request