guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ricardo Wurmus
Subject: 02/02: gnu: mit-krb5: Enable parallel build and tests.
Date: Wed, 24 May 2017 14:12:08 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 9269ce492576a9fbb5aa39548f03dab9207fb8e9
Author: Ricardo Wurmus <address@hidden>
Date:   Wed May 24 20:08:40 2017 +0200

    gnu: mit-krb5: Enable parallel build and tests.
    
    * gnu/packages/kerberos.scm (mit-krb5)[arguments]: Enable parallel building
    and parallel tests.
---
 gnu/packages/kerberos.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 9803c80..e40ddb2 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]