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:
Eelco Dolstra 2016-02-18 16:42:05 +01:00
parent 2d40888e2e
commit db3fcc0f5e

View file

@ -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();