2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: Add armhf-linux emulation support.

* hydra/berlin-nodes.scm: Add armhf-linux emulation support.
This commit is contained in:
Mathieu Othacehe 2021-04-15 09:25:35 +02:00
parent ef5218de1b
commit a864510342
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -143,12 +143,13 @@
#:emulated-architectures
'("arm" "aarch64" "ppc64le")
#:childhurd? (childhurd-ip? ip)
;; Emulate aarch64 builds on half of
;; the build machines.
;; Emulate foreign architectures on
;; half of the build machines.
#:systems
`("x86_64-linux" "i686-linux"
,@(if (odd? id)
'("aarch64-linux"
'("armhf-linux"
"aarch64-linux"
"powerpc64le-linux")
'()))
#:max-jobs 4