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