image: Allow offloading of "partition.img" and "image.iso" builds.
authorLudovic Courtès <ludo@gnu.org>
Tue, 3 Nov 2020 19:43:02 +0000 (20:43 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 3 Nov 2020 22:47:14 +0000 (23:47 +0100)
commit99efa804bd6df5de4760ec5974ed2297f1746366
tree38ce3eca33ef107a31de718b965b18d4abdc9052
parentfccc01275dff5be0f9e5efc7cb87e21f6663fb55
image: Allow offloading of "partition.img" and "image.iso" builds.

This builds are extremely I/O-intensive so they'd rather not run on the
head node of the build farm.

* gnu/system/image.scm (system-disk-image, system-iso9660-image): Pass
  #:local-build? #f.
gnu/system/image.scm