GNU bug report logs -
#70694
[PATCH] gnu: alfa: Don't run tests on riscv64-linux.
Previous Next
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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
This bug report was last modified 1 year and 65 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.