GNU bug report logs - #70694
[PATCH] gnu: alfa: Don't run tests on riscv64-linux.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Wed, 1 May 2024 09:53:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#70694: closed ([PATCH] gnu: alfa: Don't run tests on
 riscv64-linux.)
Date: Sun, 12 May 2024 18:50:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 12 May 2024 19:49:44 +0100
with message-id <87msou6f1z.fsf <at> cbaines.net>
and subject line Re: [bug#70694] [PATCH] gnu: alfa: Don't run tests on riscv64-linux.
has caused the debbugs.gnu.org bug report #70694,
regarding [PATCH] gnu: alfa: Don't run tests on riscv64-linux.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
70694: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70694
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: alfa: Don't run tests on riscv64-linux.
Date: Wed,  1 May 2024 10:52:19 +0100
As the test suite seems to consume all the disk space.

* gnu/packages/astronomy.scm (alfa)[arguments]: Don't run tests on riscv64.

Change-Id: Ifa52b8205387c22b386ccad97fd6e69723193a16
---
 gnu/packages/astronomy.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 560d5491e7..965d272d41 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -127,6 +127,9 @@ (define-public alfa
                                                #$output)
                                 (string-append "VERSION="
                                                #$version))
+           #:tests? (not
+                     ;; The test suite consumes all disk space
+                     (target-riscv64?))
            #:phases #~(modify-phases %standard-phases
                         (delete 'configure)
                         (delete 'check)

base-commit: 7d4ae2fca723114fb1df56de33b82177fbc4d0a6
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: 70694-done <at> debbugs.gnu.org
Subject: Re: [bug#70694] [PATCH] gnu: alfa: Don't run tests on riscv64-linux.
Date: Sun, 12 May 2024 19:49:44 +0100
[Message part 4 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> writes:

> As the test suite seems to consume all the disk space.
>
> * gnu/packages/astronomy.scm (alfa)[arguments]: Don't run tests on riscv64.
>
> Change-Id: Ifa52b8205387c22b386ccad97fd6e69723193a16
> ---
>  gnu/packages/astronomy.scm | 3 +++
>  1 file changed, 3 insertions(+)

Pushed to master as 418710ccc06f27b808c5e485075312ea406e42db.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.