diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-12-04T16·51+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-12-04T16·51+0000 |
commit | 9ac3f5df9c29e35b38539c3dca753eacc9b1393d (patch) | |
tree | e35e0e6b14b6aa56f9e21e748adc2f8806c93af5 /src/libstore | |
parent | bcfe98acffbefea734f51523b386868ae443c111 (diff) |
* Propagate --max-silent-time to remote machines.
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/build.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc index fbec67598708..6a3ba0f1cd6c 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -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); |