Skip to content

Commit 6109679

Browse files
authored
HADOOP-19607. Remove workaround for protoc on M1 mac and unused property build.platform (#7783)
1 parent b1c3d4d commit 6109679

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

hadoop-project/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2579,30 +2579,6 @@
25792579
</build>
25802580

25812581
<profiles>
2582-
<profile>
2583-
<id>os.linux</id>
2584-
<activation>
2585-
<os>
2586-
<family>!Mac</family>
2587-
</os>
2588-
</activation>
2589-
<properties>
2590-
<build.platform>${os.name}-${os.arch}-${sun.arch.data.model}</build.platform>
2591-
</properties>
2592-
</profile>
2593-
<profile>
2594-
<id>os.mac</id>
2595-
<activation>
2596-
<os>
2597-
<family>Mac</family>
2598-
</os>
2599-
</activation>
2600-
<properties>
2601-
<build.platform>Mac_OS_X-${sun.arch.data.model}</build.platform>
2602-
<!-- To make protoc work on Apple Silicon via fallback -->
2603-
<os.detected.classifier>osx-x86_64</os.detected.classifier>
2604-
</properties>
2605-
</profile>
26062582
<profile>
26072583
<id>native-win</id>
26082584
<activation>

0 commit comments

Comments
 (0)