never build on the coordinator
for such cases just add the coordinator as a remote builder.
This commit is contained in:
parent
3717bfab04
commit
daa84f4169
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue