guix-commits
[Top][All Lists]
Advanced

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

03/04: packages: Remove "mips64el-linux" from '%hydra-supported-systems'


From: Ludovic Courtès
Subject: 03/04: packages: Remove "mips64el-linux" from '%hydra-supported-systems'.
Date: Wed, 29 Mar 2017 17:08:29 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit cdb3f734cfb93a5689d9fec3558811fe652749f4
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 29 22:50:42 2017 +0200

    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(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 4bc4b01..61171b8 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:
+  ;; <https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00790.html>.
+  (delete "mips64el-linux" %supported-systems))
 
 
 ;; A package.



reply via email to

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