hydra: Honor the `system' argument.
* build-aux/hydra/gnu-system.scm (hydra-jobs): Really look up the `system' symbol in ARGUMENTS.
This commit is contained in:
parent
d409c8ab88
commit
4b7f3407e9
|
@ -93,7 +93,7 @@ SYSTEM."
|
||||||
(define (hydra-jobs store arguments)
|
(define (hydra-jobs store arguments)
|
||||||
"Return Hydra jobs."
|
"Return Hydra jobs."
|
||||||
(define system
|
(define system
|
||||||
(or (assoc-ref arguments system)
|
(or (assoc-ref arguments 'system)
|
||||||
(%current-system)))
|
(%current-system)))
|
||||||
|
|
||||||
(define job-name
|
(define job-name
|
||||||
|
|
Loading…
Reference in New Issue