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


##########
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?
   
   Yes.
   
   > I think -Pnative is the main one for official release, -Pnative-mac is 
mainly for dev with mac environment. I don't expect we will release macos 
package officially.
   
   OK.  (We do include some Mac/Windows native libs for Netty.)



-- 
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