gnu: mit-krb5: Disable tests on i686.
* gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Add #:tests?.master
parent
de1b319dbf
commit
d9ecec9b87
|
@ -51,6 +51,10 @@
|
|||
;; Likewise with tests.
|
||||
#:parallel-tests? #f
|
||||
|
||||
;; XXX: On i686, 'kdb5_util' hangs on an fcntl/F_SETLKW call while
|
||||
;; running the tests in 'src/tests'.
|
||||
#:tests? ,(not (string=? (%current-system) "i686-linux"))
|
||||
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'enter-source-directory
|
||||
|
|
Reference in New Issue