From cdb3f734cfb93a5689d9fec3558811fe652749f4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 29 Mar 2017 22:50:42 +0200 Subject: packages: Remove "mips64el-linux" from '%hydra-supported-systems'. * guix/packages.scm (%hydra-supported-systems): Remove "mips64el-linux". --- guix/packages.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'guix') diff --git a/guix/packages.scm b/guix/packages.scm index 4bc4b017f4..61171b8342 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -230,8 +230,11 @@ name of its URI." '("i585-gnu" "i686-gnu")) (define %hydra-supported-systems - ;; This is the list of system types for which build slaves are available. - %supported-systems) + ;; This is the list of system types for which build machines are available. + ;; + ;; XXX: MIPS is temporarily unavailable on Hydra: + ;; . + (delete "mips64el-linux" %supported-systems)) ;; A package. -- cgit v1.2.3