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

hydra: Decrease priority of x86_64->armhf build machines.

* hydra/machines-for-berlin.scm (x86_64->qemu-armhf): Set SPEED to .8
instead of .9.
This commit is contained in:
Marius Bakke 2020-04-10 20:25:03 +02:00
parent c290989243
commit 5477e875d1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -157,7 +157,7 @@
(build-machine
(inherit machine)
(system "armhf-linux")
(speed .9)
(speed .8) ;prefer the "native" AArch64 machines
(parallel-builds 1)))
(define (x86_64->qemu-aarch64 machine)