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",
|
"--option",
|
||||||
"keep-going",
|
"keep-going",
|
||||||
"true",
|
"true",
|
||||||
|
# do not build directly on the coordinator
|
||||||
|
"--max-jobs", "0",
|
||||||
"--option",
|
"--option",
|
||||||
# stop stuck builds after 20 minutes
|
# stop stuck builds after 20 minutes
|
||||||
"--max-silent-time",
|
"--max-silent-time",
|
||||||
|
|
Loading…
Reference in a new issue