diozero icon indicating copy to clipboard operation
diozero copied to clipboard

com.google.protobuf:protoc:exe:linux-arm_32:3.17.2 missing

Open sgjava opened this issue 3 years ago • 2 comments

Trying to build on ARM32 Lunix platform with mvn clean install -DskipTests Maybe like https://github.com/grpc/grpc-java/issues/3505

sgjava avatar Nov 29 '22 18:11 sgjava

Not sure what can be done about this. Possibly the only thing is to check in the protoc generated Java files whenever the diozero.proto file changes - change the target directory for the protoc output files to be in src/main/java.

mattjlewis avatar Dec 16 '22 18:12 mattjlewis

Maybe check platform and build if not provided? https://github.com/grpc/grpc-java/blob/master/COMPILING.md

sgjava avatar Dec 16 '22 18:12 sgjava