[
https://issues.apache.org/jira/browse/HBASE-27741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Dimiduk updated HBASE-27741:
---------------------------------
Release Note:
<!-- markdown -->
This change introduces and automatically applies a new profile for osx-aarch_64
hosts named `apple-silicon-workaround`. This profile overrides the property
`os.detected.classifier` with the value `osx-x86_64`. The intention is that
this change will permit the build to proceed with the x86 version of `protoc`,
making use of the Rosetta instruction translation service built into the OS. If
you'd like to provide and make use of your own aarch_64 `protoc`, you can
disable this profile on the command line by adding
`-P'!apple-silicon-workaround'`, or through configuration in your
`settings.xml`.
> Fall back to protoc osx-x86_64 on Apple Silicon
> -----------------------------------------------
>
> Key: HBASE-27741
> URL: https://issues.apache.org/jira/browse/HBASE-27741
> Project: HBase
> Issue Type: Task
> Components: build
> Affects Versions: 2.4.0, 2.5.0, 2.6.0
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Priority: Minor
>
> Building non-master branches on an Apple Silicon machine fails because
> there's no protoc binary available. Use a profile to fall back to the x86
> version of the binary, as per
> https://cwiki.apache.org/confluence/display/HADOOP/Develop+on+Apple+Silicon+%28M1%29+macOS
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)