diff --git a/src/hydra-queue-runner/build-remote.cc b/src/hydra-queue-runner/build-remote.cc index 966e27ca..17b9cdec 100644 --- a/src/hydra-queue-runner/build-remote.cc +++ b/src/hydra-queue-runner/build-remote.cc @@ -338,6 +338,9 @@ void State::buildRemote(ref destStore, result.stopTime = stop; } } + if (GET_PROTOCOL_MINOR(remoteVersion) >= 6) { + worker_proto::read(*localStore, from, Phantom {}); + } switch ((BuildResult::Status) res) { case BuildResult::Built: result.stepStatus = bsSuccess;