* [bug#70694] [PATCH] gnu: alfa: Don't run tests on riscv64-linux. @ 2024-05-01 9:52 Christopher Baines 2024-05-05 20:41 ` Sharlatan Hellseher 2024-05-12 18:49 ` bug#70694: " Christopher Baines 0 siblings, 2 replies; 4+ messages in thread From: Christopher Baines @ 2024-05-01 9:52 UTC (permalink / raw) To: 70694; +Cc: Andreas Enge, Eric Bavier, Sharlatan Hellseher 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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#70694] [PATCH] gnu: alfa: Don't run tests on riscv64-linux. 2024-05-01 9:52 [bug#70694] [PATCH] gnu: alfa: Don't run tests on riscv64-linux Christopher Baines @ 2024-05-05 20:41 ` Sharlatan Hellseher 2024-05-10 16:26 ` Christopher Baines 2024-05-12 18:49 ` bug#70694: " Christopher Baines 1 sibling, 1 reply; 4+ messages in thread From: Sharlatan Hellseher @ 2024-05-05 20:41 UTC (permalink / raw) To: 70694 [-- Attachment #1: Type: text/plain, Size: 167 bytes --] 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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 832 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#70694] [PATCH] gnu: alfa: Don't run tests on riscv64-linux. 2024-05-05 20:41 ` Sharlatan Hellseher @ 2024-05-10 16:26 ` Christopher Baines 0 siblings, 0 replies; 4+ messages in thread From: Christopher Baines @ 2024-05-10 16:26 UTC (permalink / raw) To: Sharlatan Hellseher; +Cc: 70694 [-- Attachment #1: Type: text/plain, Size: 323 bytes --] Sharlatan Hellseher <sharlatanus@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 :) [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 987 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#70694: [PATCH] gnu: alfa: Don't run tests on riscv64-linux. 2024-05-01 9:52 [bug#70694] [PATCH] gnu: alfa: Don't run tests on riscv64-linux Christopher Baines 2024-05-05 20:41 ` Sharlatan Hellseher @ 2024-05-12 18:49 ` Christopher Baines 1 sibling, 0 replies; 4+ messages in thread From: Christopher Baines @ 2024-05-12 18:49 UTC (permalink / raw) To: 70694-done [-- Attachment #1: Type: text/plain, Size: 390 bytes --] Christopher Baines <mail@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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 987 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-05-12 18:50 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-05-01 9:52 [bug#70694] [PATCH] gnu: alfa: Don't run tests on riscv64-linux Christopher Baines 2024-05-05 20:41 ` Sharlatan Hellseher 2024-05-10 16:26 ` Christopher Baines 2024-05-12 18:49 ` bug#70694: " Christopher Baines
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.