Skip to content

Commit 570989d

Browse files
authored
[HUDI-4193] change protoc version to unblock hudi compilation on m1 mac (#6535)
1 parent d7a5240 commit 570989d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,18 @@
17761776
</plugins>
17771777
</build>
17781778
</profile>
1779+
<profile>
1780+
<id>m1-mac</id>
1781+
<properties>
1782+
<protoc.version>3.17.3</protoc.version>
1783+
</properties>
1784+
<activation>
1785+
<os>
1786+
<family>mac</family>
1787+
<arch>aarch64</arch>
1788+
</os>
1789+
</activation>
1790+
</profile>
17791791
<!-- Exists for backwards compatibility; profile doesn't do anything -->
17801792
<profile>
17811793
<id>scala-2.11</id>

0 commit comments

Comments
 (0)