1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: java-bouncycastle: Disable tests.

* gnu/packages/java.scm (java-bouncycastle)[arguments]: Disable tests.
This commit is contained in:
Ricardo Wurmus 2018-06-05 12:49:41 +02:00
parent 9cc66d75a2
commit 0c68f7fd9b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8236,6 +8236,7 @@ algorithms and xxHash hashing algorithm.")
(build-system ant-build-system) (build-system ant-build-system)
(arguments (arguments
`(#:jdk ,icedtea-8 `(#:jdk ,icedtea-8
#:tests? #f
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(replace 'build (replace 'build
@ -8243,9 +8244,10 @@ algorithms and xxHash hashing algorithm.")
(invoke "ant" "-f" "ant/jdk15+.xml" "build-provider") (invoke "ant" "-f" "ant/jdk15+.xml" "build-provider")
(invoke "ant" "-f" "ant/jdk15+.xml" "build") (invoke "ant" "-f" "ant/jdk15+.xml" "build")
#t)) #t))
(replace 'check ;; FIXME: the tests freeze.
(lambda _ ;; (replace 'check
(invoke "ant" "-f" "ant/jdk15+.xml" "test"))) ;; (lambda _
;; (invoke "ant" "-f" "ant/jdk15+.xml" "test")))
(replace 'install (replace 'install
(install-jars "build/artifacts/jdk1.5/jars"))))) (install-jars "build/artifacts/jdk1.5/jars")))))
(inputs (inputs