Skip to content

Commit

Permalink
[HUDI-4193] change protoc version to unblock hudi compilation on m1 m…
Browse files Browse the repository at this point in the history
…ac (apache#6535)
  • Loading branch information
jonvex authored Aug 30, 2022
1 parent d7a5240 commit 570989d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1776,6 +1776,18 @@
</plugins>
</build>
</profile>
<profile>
<id>m1-mac</id>
<properties>
<protoc.version>3.17.3</protoc.version>
</properties>
<activation>
<os>
<family>mac</family>
<arch>aarch64</arch>
</os>
</activation>
</profile>
<!-- Exists for backwards compatibility; profile doesn't do anything -->
<profile>
<id>scala-2.11</id>
Expand Down

0 comments on commit 570989d

Please sign in to comment.