me
/
guix
Archived
1
0
Fork 0

hydra: Build for mips64el-linux.

* build-aux/hydra/gnu-system.scm (hydra-jobs)[systems]: Add
  mips64el-linux.
master
Ludovic Courtès 2014-05-28 23:33:58 +02:00
parent bd6639026b
commit 0ba10e086f
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ system.")
"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)