guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: ghc-8.10: Fix build on i686-linux.


From: guix-commits
Subject: 01/06: gnu: ghc-8.10: Fix build on i686-linux.
Date: Mon, 17 Jul 2023 04:57:20 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 36cbd2654e6e4685128d9fb457037c16f934836b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jul 15 10:39:30 2023 +0100

    gnu: ghc-8.10: Fix build on i686-linux.
    
    As one profiling test fails very repeatedly on the bordeaux build farm, but
    ghc did seem to build successfully on other machines.
    
    * gnu/packages/haskell.scm (ghc-8.10)[arguments]: Don't run the T11627a
    profiling test on i686-linux.
---
 gnu/packages/haskell.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6b2c86fec4..62815efbb1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1271,8 +1271,11 @@ interactive environment for the functional language 
Haskell.")
            ;; next rebuild. Note that they are required for GHC 8.10 and 9.2.
            #$@(if (string-prefix? "i686" (or (%current-target-system)
                                              (%current-system)))
-               #~((add-after 'skip-failing-tests-i686 
'skip-failing-tests-i686-cuirass
+               #~((add-after 'skip-failing-tests-i686 
'skip-more-failing-tests-i686
                     (lambda _
+                      (substitute* 
'("testsuite/tests/profiling/should_run/all.T")
+                        (("test\\('T11627a', \\[ ")
+                         "test('T11627a', [ when(arch('i386'), skip), "))
                       (substitute* '("testsuite/driver/testlib.py")
                         ((".*changes being made to the file will invalidate 
the code signature.*")
                          "")



reply via email to

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