adonis0147 opened a new pull request, #35598: URL: https://github.com/apache/doris/pull/35598
## Proposed changes ~~Issue Number: close #xxx~~ The profile `protoc_rosetta` can not be activated and causes build failures on macOS (arm64) when using maven (>= 3.9.7) to build FE. Change the conditions for activation to fix this issue. ```shell [ERROR] Failed to execute goal com.github.os72:protoc-jar-maven-plugin:3.11.4:run (default) on project fe-core: Error resolving artifact: io.grpc:protoc-gen-grpc-java:1.34.0: The following artifacts could not be resolved: io.grpc:protoc-gen-grpc-java:exe:osx-aarch_64:1.34.0 (absent): io.grpc:protoc-gen-grpc-java:exe:osx-aarch_64:1.34.0 was not found in https://repo.huaweicloud.com/repository/maven/huaweicloudsdk/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of huawei-obs-sdk has elapsed or updates are forced ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
