mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ (define %cross-targets
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue