diff --git a/src/hydra-queue-runner/build-remote.cc b/src/hydra-queue-runner/build-remote.cc index f18df06a..e6be7b10 100644 --- a/src/hydra-queue-runner/build-remote.cc +++ b/src/hydra-queue-runner/build-remote.cc @@ -238,7 +238,7 @@ void State::buildRemote(ref 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();