mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
packages: Add '%hydra-supported-systems'.
* build-aux/hydra/gnu-system.scm (%hydra-supported-systems): Remove. * guix/packages.scm (%hydra-supported-systems): New variable.
This commit is contained in:
parent
ea7f3349ba
commit
abcbda48c2
2 changed files with 6 additions and 4 deletions
|
@ -210,10 +210,6 @@ 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.
|
||||
;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue