kwin commented on code in PR #612:
URL: https://github.com/apache/jackrabbit-oak/pull/612#discussion_r915665281
##########
oak-segment-aws/pom.xml:
##########
@@ -309,6 +308,14 @@
<type>dll</type>
<scope>test</scope>
</dependency>
+ <!-- add native implementation for Apple silicon from fork -->
+ <dependency>
+ <groupId>io.github.ganadist.sqlite4java</groupId>
+ <artifactId>libsqlite4java-osx-aarch64</artifactId>
+ <version>${sqlite4java.version}</version>
+ <type>dylib</type>
+ <scope>test</scope>
Review Comment:
This is not true, almost all existing tests fail on Apple M1 without this
dependency, they succeed with that. Unfortunately neither GitHub Actions nor
ASF Jenkins supports (testing with) that platform.
--
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]