never build on the coordinator

for such cases just add the coordinator as a remote builder.
This commit is contained in:
eldritch horrors 2024-04-05 14:12:15 +02:00
parent 3717bfab04
commit daa84f4169

View file

@ -518,6 +518,8 @@ def nix_build_config(
"--option",
"keep-going",
"true",
# do not build directly on the coordinator
"--max-jobs", "0",
"--option",
# stop stuck builds after 20 minutes
"--max-silent-time",