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:
parent
3154e2025b
commit
9269ce4925
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue