tisonkun opened a new pull request, #16640: URL: https://github.com/apache/pulsar/pull/16640
protoc 3.19.2 dists osx-aarch_64 binary as an alias to the osx-x86_64 one. This cause the following exception on Apple M1 chip 2021: ``` [ERROR] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile (default) on project managed-ledger: An error occurred while invoking protoc: Error while executing process.: Cannot run program "/Users/chenzili/Workspace/pulsar/managed-ledger/target/protoc-plugins/protoc-3.19.2-osx-aarch_64.exe": error=86, Bad CPU type in executable -> [Help 1] ``` Bumping the version to 3.21.2 resolves the issue. Signed-off-by: tison <[email protected]> Fixes #16639 ### Verifying this change - [x] Make sure that the change passes the CI checks. ### Does this pull request potentially affect one of the following parts: *If `yes` was chosen, please highlight the changes* - Dependencies (does it add or upgrade a dependency): (yes) ### Documentation - [x] `doc-not-needed` Internal change. -- 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]
