GNU bug report logs -
#78041
[PATCH] packages: Add riscv64-linux to %cuirass-supported-systems.
Previous Next
Reported by: Zheng Junjie <z572 <at> z572.online>
Date: Thu, 24 Apr 2025 15:11:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* guix/packages.scm (%cuirass-supported-systems): Add riscv64-linux.
Change-Id: I81f55613333b8aa2c3f00275cc170dc6c61d303d
---
guix/packages.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/packages.scm b/guix/packages.scm
index 18ab23e0aa6..1d5986c5f42 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -438,7 +438,7 @@ (define %cuirass-supported-systems
;; XXX: MIPS is unavailable in CI:
;; <https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00790.html>.
(fold delete %supported-systems '("mips64el-linux" "powerpc-linux"
- "riscv64-linux" "x86_64-gnu")))
+ "x86_64-gnu")))
(define (maybe-add-input-labels inputs)
"Add labels to INPUTS unless it already has them."
base-commit: 6cdafce5958f022c9db18541b6ac1d49947a5184
--
2.49.0
This bug report was last modified 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.