1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 19:21:24 +02:00

hydra: Build for mips64el-linux.

* build-aux/hydra/gnu-system.scm (hydra-jobs)[systems]: Add
  mips64el-linux.
This commit is contained in:
Ludovic Courtès
2014-05-28 23:33:58 +02:00
parent bd6639026b
commit 0ba10e086f

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)