@@ -220,7 +220,7 @@ void State::buildRemote(ref<Store> destStore,
|
||||
a no-op for regular stores, but for the binary cache store,
|
||||
this will copy the inputs to the binary cache from the local
|
||||
store. */
|
||||
copyClosure(ref<Store>(localStore), destStore, step->drv.inputSrcs);
|
||||
copyClosure(ref<Store>(localStore), destStore, step->drv.inputSrcs, false, true);
|
||||
|
||||
/* Copy the input closure. */
|
||||
if (/* machine->sshName != "localhost" */ true) {
|
||||
@@ -388,7 +388,7 @@ void State::buildRemote(ref<Store> destStore,
|
||||
|
||||
to << cmdExportPaths << 0 << outputs;
|
||||
to.flush();
|
||||
destStore->importPaths(from, result.accessor);
|
||||
destStore->importPaths(from, result.accessor, true);
|
||||
|
||||
auto now2 = std::chrono::steady_clock::now();
|
||||
|
||||
|
Reference in New Issue
Block a user