andygrove commented on issue #227: URL: https://github.com/apache/arrow-datafusion-comet/issues/227#issuecomment-2016534549
I tried installing protobug with homebrew as well as manually. In either case, maven runs the downloaded one, which is not really an arm64 build even though it pretends to be. As a workaround, I ran the following comment to enable x86 compatibility mode (as suggested in https://github.com/protocolbuffers/protobuf/pull/8557) and the build now works. ```shell softwareupdate --install-rosetta ``` -- 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]
