guix-commits
[Top][All Lists]
Advanced

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

02/03: hydra: Add %hydra-supported-systems variable and use it.


From: Mark H. Weaver
Subject: 02/03: hydra: Add %hydra-supported-systems variable and use it.
Date: Wed, 22 Apr 2015 21:26:23 +0000

mhw pushed a commit to branch master
in repository guix.

commit 95203be9eff7d22a6edc6a8318c24b43407593bb
Author: Mark H Weaver <address@hidden>
Date:   Wed Apr 22 16:46:07 2015 -0400

    hydra: Add %hydra-supported-systems variable and use it.
    
    * build-aux/hydra/gnu-system.scm (%hydra-supported-systems): New variable.
      (hydra-jobs): Use %hydra-supported-systems instead of %supported-systems.
---
 build-aux/hydra/gnu-system.scm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index b1432f6..9a47b4f 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -210,6 +210,10 @@ valid."
              #f)))))
 
 
+(define %hydra-supported-systems
+  ;; This is the list of system types for which build slaves are available.
+  '("x86_64-linux" "i686-linux" "mips64el-linux"))
+
 ;;;
 ;;; Hydra entry point.
 ;;;
@@ -269,4 +273,4 @@ valid."
                            (cross-jobs system)))
                   (else
                    (error "unknown subset" subset))))
-              %supported-systems))
+              %hydra-supported-systems))



reply via email to

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