GitHub user jonathan-neufeld-asurion edited a discussion: Pekko-gRPC support on Apple Silicon (M1 / M2)
Is there a plan to support **Apple Silicon** for Pekko-gRPC? Protocol buffers does not generate the class files in versions prior to Akka @ v2.7 + `sbt-akka-grpc` plugin @ v2.2.1, there is a missing native dependency: ``` [error] stack trace is suppressed; run last model / protocExecutable for the full output [error] (model / protocExecutable) lmcoursier.internal.shaded.coursier.error.FetchError$DownloadingArtifacts: Error fetching artifacts: [error] https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.13.0/protoc-3.13.0-osx-aarch_64.exe: not found: https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.13.0/protoc-3.13.0-osx-aarch_64.exe [error] Total time: 1 s, completed Jun 7, 2023, 8:00:31 PM ``` Related issue: https://github.com/grpc/grpc-java/issues/7690 Since Pekko is branched from Akka 2.6 I am concerned that we will run into the above issue with Pekko and protocol buffers. We resolved it by upgrading Akka to v2.7 and the Akka-gRPC SBT plugin to v2.2.1. GitHub link: https://github.com/apache/incubator-pekko/discussions/375 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
