[
https://issues.apache.org/jira/browse/TIKA-3895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17621488#comment-17621488
]
Hudson commented on TIKA-3895:
------------------------------
SUCCESS: Integrated in Jenkins build Tika ยป tika-main-jdk8 #865 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/865/])
TIKA-3895 -- skip dl4j tests if on an aarch64 jdk. (tallison:
[https://github.com/apache/tika/commit/7293f2fa9d802f7b1068600712b9816e34af3f5b])
* (edit)
tika-parsers/tika-parsers-ml/tika-dl/src/test/java/org/apache/tika/dl/imagerec/DL4JInceptionV3NetTest.java
* (edit)
tika-parsers/tika-parsers-ml/tika-dl/src/test/java/org/apache/tika/dl/imagerec/DL4JVGG16NetTest.java
> Turn off dl4j tests on aarch64
> ------------------------------
>
> Key: TIKA-3895
> URL: https://issues.apache.org/jira/browse/TIKA-3895
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Trivial
> Fix For: 2.5.1
>
>
> dl4j's dependencies don't yet all include support for {{aarch64}}. We should
> add an "assumeFalse" before the tests to make sure we're not trying to run
> the tests on an aarch64.
> The proper solution is use an {{x86_64}} jdk[1], but we shouldn't fail the
> build for {{aarch64}} jdks.
> [1]
> https://stackoverflow.com/questions/66743854/apple-m1-maven-java-dependency-that-is-not-yet-available-for-macosx-arm64
--
This message was sent by Atlassian Jira
(v8.20.10#820010)