guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: packages: Add "aarch64-linux" to '%hydra-supported-systems'.


From: guix-commits
Subject: 01/03: packages: Add "aarch64-linux" to '%hydra-supported-systems'.
Date: Sun, 20 Oct 2019 17:27:03 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d04285647dda1d5b8b49de22a4cb91614e725093
Author: Ludovic Courtès <address@hidden>
Date:   Sun Oct 20 15:43:18 2019 +0200

    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 f2c94c7..c98fb98 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -241,9 +241,9 @@ name of its URI."
 (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:
   ;; <https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00790.html>.
-  (fold delete %supported-systems '("aarch64-linux" "mips64el-linux")))
+  (fold delete %supported-systems '("mips64el-linux")))
 
 
 ;; A package.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]