me
/
guix
Archived
1
0
Fork 0

gnu: alfa: Don't run tests on riscv64-linux.

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
master
Christopher Baines 2024-05-01 10:52:19 +01:00
parent 8b81fae667
commit 418710ccc0
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,9 @@
#$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)