diozero
diozero copied to clipboard
com.google.protobuf:protoc:exe:linux-arm_32:3.17.2 missing
Trying to build on ARM32 Lunix platform with mvn clean install -DskipTests Maybe like https://github.com/grpc/grpc-java/issues/3505
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.
Maybe check platform and build if not provided? https://github.com/grpc/grpc-java/blob/master/COMPILING.md