pan3793 commented on code in PR #2476:
URL: https://github.com/apache/celeborn/pull/2476#discussion_r1575939505
##########
pom.xml:
##########
@@ -1675,6 +1682,20 @@
</build>
</profile>
+ <!-- use org.openlabtesting.leveldbjni on aarch64 platform except MacOS -->
+ <profile>
+ <id>aarch64</id>
+ <activation>
+ <os>
+ <family>linux</family>
+ <arch>aarch64</arch>
+ </os>
+ </activation>
+ <properties>
+ <leveldbjni.group>org.openlabtesting.leveldbjni</leveldbjni.group>
Review Comment:
is it a super set of original leveldbjni? if so, may we can switch to it
unconditionally
##########
pom.xml:
##########
@@ -1675,6 +1682,20 @@
</build>
</profile>
+ <!-- use org.openlabtesting.leveldbjni on aarch64 platform except MacOS -->
+ <profile>
+ <id>aarch64</id>
+ <activation>
+ <os>
+ <family>linux</family>
+ <arch>aarch64</arch>
+ </os>
+ </activation>
+ <properties>
+ <leveldbjni.group>org.openlabtesting.leveldbjni</leveldbjni.group>
Review Comment:
is it a super set of original leveldbjni? if so, maybe we can switch to it
unconditionally
--
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]