forked from lix-project/hydra
Enable substitution on the build machines
If properly configured, this allows them to get store paths directly from S3, rather than having to receive them from the queue runner.
This commit is contained in:
parent
2d40888e2e
commit
db3fcc0f5e
|
@ -238,7 +238,7 @@ void State::buildRemote(ref<Store> destStore,
|
|||
|
||||
auto now1 = std::chrono::steady_clock::now();
|
||||
|
||||
copyClosureTo(destStore, from, to, inputs, bytesSent);
|
||||
copyClosureTo(destStore, from, to, inputs, bytesSent, true);
|
||||
|
||||
auto now2 = std::chrono::steady_clock::now();
|
||||
|
||||
|
|
Loading…
Reference in a new issue