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>

To reply to this bug, email your comments to 70694 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org:
bug#70694; Package guix-patches. (Wed, 01 May 2024 09:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org. (Wed, 01 May 2024 09:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#70694; Package guix-patches. (Sun, 05 May 2024 20:42:01 GMT) Full text and rfc822 format available.

Message #8 received at 70694 <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 70694 <at> debbugs.gnu.org
Subject: [PATCH] gnu: alfa: Don't run tests on riscv64-linux.
Date: Sun, 05 May 2024 21:41:21 +0100
[Message part 1 (text/plain, inline)]
Hi Christopher.

Nice catch! Where may I check that next time (in the process of
preparing 2024-05 astro update)?

I will open an issue in upstream as well.

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

Information forwarded to guix-patches <at> gnu.org:
bug#70694; Package guix-patches. (Fri, 10 May 2024 16:27:01 GMT) Full text and rfc822 format available.

Message #11 received at 70694 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: 70694 <at> debbugs.gnu.org
Subject: Re: [bug#70694] [PATCH] gnu: alfa: Don't run tests on riscv64-linux.
Date: Fri, 10 May 2024 17:26:28 +0100
[Message part 1 (text/plain, inline)]
Sharlatan Hellseher <sharlatanus <at> gmail.com> writes:

> Nice catch! Where may I check that next time (in the process of
> preparing 2024-05 astro update)?

QA currently doesn't try to build things on riscv64-linux yet, but I'm
hoping to add this in the future.

> I will open an issue in upstream as well.

Great, thanks :)
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 12 May 2024 18:50:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Sun, 12 May 2024 18:50:02 GMT) Full text and rfc822 format available.

Message #16 received at 70694-done <at> debbugs.gnu.org (full text, mbox):

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 1 (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 5 days ago.

Previous Next


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