~ruther/guix-local

1971737f2bf8980f5eb72b61f9bfeb788574eec9 — Ludovic Courtès 12 years ago 9214f9b
hydra: Hard-code target systems.

* build-aux/hydra/gnu-system.scm (hydra-jobs)[systems]: Define locally,
  independently of ARGUMENTS.  This matches the new Hydra convention,
  where using a 'system' input is deprecated.
1 files changed, 2 insertions(+), 9 deletions(-)

M build-aux/hydra/gnu-system.scm
M build-aux/hydra/gnu-system.scm => build-aux/hydra/gnu-system.scm +2 -9
@@ 111,15 111,8 @@ SYSTEM."
(define (hydra-jobs store arguments)
  "Return Hydra jobs."
  (define systems
    (match (filter-map (match-lambda
                        (('system . value)
                         value)
                        (_ #f))
                       arguments)
      ((lst ..1)
       lst)
      (_
       (list (%current-system)))))
    ;; Systems we want to build for.
    '("x86_64-linux" "i686-linux"))

  (define subset
    (match (assoc-ref arguments 'subset)