all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 70694@debbugs.gnu.org
Cc: Andreas Enge <andreas@enge.fr>, Eric Bavier <bavier@posteo.net>,
	Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#70694] [PATCH] gnu: alfa: Don't run tests on riscv64-linux.
Date: Wed,  1 May 2024 10:52:19 +0100	[thread overview]
Message-ID: <b9fdbbe0e5a26cb5f5c2e808457e8b6d64cbc47a.1714557139.git.mail@cbaines.net> (raw)

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





             reply	other threads:[~2024-05-01  9:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01  9:52 Christopher Baines [this message]
2024-05-05 20:41 ` [bug#70694] [PATCH] gnu: alfa: Don't run tests on riscv64-linux Sharlatan Hellseher
2024-05-10 16:26   ` Christopher Baines
2024-05-12 18:49 ` bug#70694: " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9fdbbe0e5a26cb5f5c2e808457e8b6d64cbc47a.1714557139.git.mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=70694@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=bavier@posteo.net \
    --cc=sharlatanus@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.