savaskoc commented on issue #5196:
URL: https://github.com/apache/openwhisk/issues/5196#issuecomment-1335447442
I built successfully with the modification @tawalaya did. Instead of giving
another version of protobuf, I just used x86-64 artifact.
So, in core/scheduler/build.gradle
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.4.0:osx-x86_64'
}
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]