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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 26080c6b53 Revert "gnu: at-spi2-core: Remove unnecessary test timeout."
26080c6b53 is described below

commit 26080c6b53509ea23c6923325c091efeb997a250
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Aug 18 02:00:00 2024 +0200

    Revert "gnu: at-spi2-core: Remove unnecessary test timeout."
    
    This reverts commit 58a839273d1e4fac2b3a0ec456aabdf82deaa124.
    Hello I am new here:
    
      <cbaines>nckx, 58a839273d1e4fac2b3a0ec456aabdf82deaa124 leads to
      nearly 4000 rebuilds
---
 gnu/packages/gtk.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7d3bd9a195..04183fa806 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -856,9 +856,6 @@ ever use this library.")
                        (with-directory-excursion (string-append 
"../at-spi2-core-"
                                                                 #$version "")
                          (invoke "dbus-run-session" "--" 
"ci/run-registryd-tests.sh")
-                         (substitute* "tests/atspi/meson.build"
-                           ;; Remove a timeout causing aarch64 build failures.
-                           ((", timeout: [0-9]+") ""))
                          (substitute* "ci/run-tests.sh"
                            (("ps auxwww") "")   ;avoid a dependency on procps
                            (("meson test -C _build")

Reply via email to