pan3793 commented on code in PR #2530:
URL: https://github.com/apache/celeborn/pull/2530#discussion_r1615417838
##########
pom.xml:
##########
@@ -1697,5 +1700,19 @@
<module>tests/kubernetes-it</module>
</modules>
</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:
let's document the glibc issue here clearly
--
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]