From d04285647dda1d5b8b49de22a4cb91614e725093 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 20 Oct 2019 15:43:18 +0200 Subject: packages: Add "aarch64-linux" to '%hydra-supported-systems'. * guix/packages.scm (%hydra-supported-systems): Keep "aarch64-linux". --- guix/packages.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/packages.scm b/guix/packages.scm index f2c94c7bc2..c98fb98aec 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -241,9 +241,9 @@ (define %hurd-systems (define %hydra-supported-systems ;; This is the list of system types for which build machines are available. ;; - ;; XXX: MIPS is temporarily unavailable on Hydra: + ;; XXX: MIPS is unavailable in CI: ;; . - (fold delete %supported-systems '("aarch64-linux" "mips64el-linux"))) + (fold delete %supported-systems '("mips64el-linux"))) ;; A package. -- cgit v1.2.3