diff options
author | Zheng Junjie <z572@z572.online> | 2025-04-24 23:10:06 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-25 20:25:27 +0200 |
commit | 1a0f9a3689c346f143c2efb929198a22eba1e0f5 (patch) | |
tree | 19de0e07c2591f52a6921de92e464c2b65dc0b16 | |
parent | 4fe4cf9fdd959126d3c53c3df4504d851e7b736a (diff) | |
download | guix-1a0f9a3689c346f143c2efb929198a22eba1e0f5.tar.gz guix-1a0f9a3689c346f143c2efb929198a22eba1e0f5.zip |
packages: Add riscv64-linux to %cuirass-supported-systems.
* guix/packages.scm (%cuirass-supported-systems): Add riscv64-linux.
Change-Id: I81f55613333b8aa2c3f00275cc170dc6c61d303d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | guix/packages.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/packages.scm b/guix/packages.scm index 18ab23e0aa..1d5986c5f4 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -438,7 +438,7 @@ from forcing GEXP-PROMISE." ;; 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." |