~ruther/guix-local

d1feac004914c13f49351687c0075a85b8370ee2 — Efraim Flashner 1 year, 11 months ago 51439bf
gnu: java-jctools-core-1: Skip tests on aarch64-linux.

* gnu/packages/java.scm (java-jctools-core-1)[arguments]: When building
on aarch64-linux skip the tests.

Change-Id: I83a40b5eb352be48b9083aa57dd10e87b525c7be
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/java.scm
M gnu/packages/java.scm => gnu/packages/java.scm +4 -1
@@ 11317,7 11317,10 @@ particularly simple design.")
    (arguments
     `(#:jar-name "java-jctools-core.jar"
       #:source-dir "jctools-core/src/main/java"
       #:test-dir "jctools-core/src/test"))
       #:test-dir "jctools-core/src/test"
       ;; The tests timeout on some architectures.
       #:tests? ,(not (or (target-aarch64?)
                          (%current-target-system)))))
    (native-inputs
     (list java-junit java-hamcrest-all))
    (home-page "https://github.com/JCTools/JCTools")