Hello, I tried to build openwhisk on ARM (most notably on my Mac, an Apple M1) 
and I always fails because of this error:

execution failed for task ':core:scheduler:generateProto'.
> Could not resolve all files for configuration 
> ':core:scheduler:protobufToolsLocator_protoc'.
   > Could not find protoc-3.4.0-osx-aarch_64.exe 
(com.google.protobuf:protoc:3.4.0).
     Searched in the following locations:
         
https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.4.0/protoc-3.4.0-osx-aarch_64.exe

Looks like version 3.4 does not have an ARM version.
The funny thing is that if we try to use version 3.5, there IS a version for ARM

https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.5.0/protoc-3.5.0-linux-aarch_64.exe

However looks like it is actually a transitive dependency of akka-protobuf so 
we should upgrade akka.

We are using akka 2.6.12, the latest version is 2.6.19, 

Are there any plan to upgrade akka? 



-- 
  Michele Sciabarra
  mich...@sciabarra.com

Reply via email to