ChenSammi commented on code in PR #10305:
URL: https://github.com/apache/ozone/pull/10305#discussion_r3265378735


##########
pom.xml:
##########
@@ -2633,5 +2633,126 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>native</id>
+      <activation>
+        <os>
+          <family>linux</family>
+          <arch>x86_64</arch>
+        </os>
+        <property>
+          <name>fetch-native-hadoop</name>
+        </property>
+      </activation>

Review Comment:
   If both -Pnative and -Pnative-mac are enabled during maven build, the final 
package will have both linux native library and macos aarch64 library. Is this 
what you mean? Or what you mean is we have two dist ozone-2.1.0-SNAPSHOT 
directory, for example ozone-2.1.0-SNAPSHOT-x86-64, and 
ozone-2.1.0-SNAPSHOT-aarch64?  



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to