mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
hydra: Build for mips64el-linux.
* build-aux/hydra/gnu-system.scm (hydra-jobs)[systems]: Add mips64el-linux.
This commit is contained in:
parent
bd6639026b
commit
0ba10e086f
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ (define (hydra-jobs store arguments)
|
|||
"Return Hydra jobs."
|
||||
(define systems
|
||||
;; Systems we want to build for.
|
||||
'("x86_64-linux" "i686-linux"))
|
||||
'("x86_64-linux" "i686-linux"
|
||||
"mips64el-linux"))
|
||||
|
||||
(define subset
|
||||
(match (assoc-ref arguments 'subset)
|
||||
|
|
Loading…
Reference in a new issue