gnu: mit-krb5: Enable parallel build and tests.

* gnu/packages/kerberos.scm (mit-krb5)[arguments]: Enable parallel building
and parallel tests.
This commit is contained in:
Ricardo Wurmus 2017-05-24 20:08:40 +02:00
parent 3154e2025b
commit 9269ce4925
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 8 deletions

View File

@ -57,14 +57,7 @@
`(("bison" ,bison)
("perl" ,perl)))
(arguments
`(;; Work around "No rule to make target '../../include/gssapi/gssapi.h',
;; needed by 'authgss_prot.so'."
#:parallel-build? #f
;; Likewise with tests.
#:parallel-tests? #f
;; XXX: On 32-bit systems, 'kdb5_util' hangs on an fcntl/F_SETLKW call
`(;; XXX: On 32-bit systems, 'kdb5_util' hangs on an fcntl/F_SETLKW call
;; while running the tests in 'src/tests'.
#:tests? ,(string=? (%current-system) "x86_64-linux")