This is an automated email from the ASF dual-hosted git repository.
shoothzj 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 fd60c3e9bbc Remove unnecessary apple m1 profile (#16306)
fd60c3e9bbc is described below
commit fd60c3e9bbc9299f9a8f0c682baeb4ca9a490b58
Author: ZhangJian He <[email protected]>
AuthorDate: Wed Jul 6 16:38:32 2022 +0800
Remove unnecessary apple m1 profile (#16306)
### Motivation
This profile is introduced in #13076. Now new version of grpc can work well
on m1 mac without this profile.
### Modifications
Remove unnecessary apple m1 profile
### Verifying this change
test on my m1 mbp
### Documentation
Check the box below or label this PR directly.
Need to update docs?
- [x] `doc-not-needed`
---
pom.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6d4d022607a..84f02033dfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2349,18 +2349,6 @@ 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>
<profile>
<id>pulsar-io-tests</id>