1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 15:48:00 +02:00

* Propagate --max-silent-time to remote machines.

This commit is contained in:
Eelco Dolstra 2008-12-04 16:51:16 +00:00
parent bcfe98acff
commit 9ac3f5df9c
2 changed files with 7 additions and 2 deletions

View file

@ -1301,6 +1301,7 @@ DerivationGoal::HookReply DerivationGoal::tryBuildHook()
drv.platform.c_str(),
drvPath.c_str(),
(worker.canPostpone() ? (string) "0" : "1").c_str(),
(format("%1%") % maxSilentTime).str().c_str(),
NULL);
throw SysError(format("executing `%1%'") % buildHook);