This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new fd172bb Adapt grpc plugin compile requirement with apple m1 silicon
(#13076)
fd172bb is described below
commit fd172bbaa3a6b3da044a4d2a7506679e2ecb265c
Author: ZhangJian He <[email protected]>
AuthorDate: Thu Dec 2 15:57:29 2021 +0800
Adapt grpc plugin compile requirement with apple m1 silicon (#13076)
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index 634d16d..c9d8664 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2284,6 +2284,18 @@ flexible messaging model and an intuitive client
API.</description>
</plugins>
</reporting>
</profile>
+ <profile>
+ <id>mac-apple-silicon</id>
+ <activation>
+ <os>
+ <family>mac</family>
+ <arch>aarch64</arch>
+ </os>
+ </activation>
+ <properties>
+ <os.detected.classifier>osx-x86_64</os.detected.classifier>
+ </properties>
+ </profile>
</profiles>
<repositories>