guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: glib: Increase timeout for armhf builds.


From: guix-commits
Subject: branch master updated: gnu: glib: Increase timeout for armhf builds.
Date: Sat, 20 Mar 2021 13:23:16 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bb804a0  gnu: glib: Increase timeout for armhf builds.
bb804a0 is described below

commit bb804a0d58687dcb3f3ba904dcb958c84b8b84d5
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Mar 20 18:21:58 2021 +0100

    gnu: glib: Increase timeout for armhf builds.
    
    * gnu/packages/glib.scm (glib)[arguments]: Increase timeout for armhf
    builds.
---
 gnu/packages/glib.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 5f710a4..a62a31a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -235,7 +235,7 @@ shared NFS home directories.")
                   (lambda _
                     (substitute* "meson.build"
                       (("test_timeout = 60")
-                       "test_timeout = 90")
+                       "test_timeout = 120")
                       (("test_timeout_slow = 120")
                        "test_timeout_slow = 180")))))
               '())
@@ -391,9 +391,10 @@ dynamic loading, and an object system.")
    (home-page "https://developer.gnome.org/glib/";)
    (license license:lgpl2.1+)))
 
-(define glib/fixed
+(define-public glib/fixed
   (package
     (inherit glib)
+    (properties '())
     (source (origin
               (inherit (package-source glib))
               (patches



reply via email to

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