forked from lix-project/hydra
Fix localhost builds
This commit is contained in:
parent
6cd2bb6954
commit
4e05acc471
|
@ -315,7 +315,7 @@ void State::buildRemote(ref<Store> destStore,
|
||||||
|
|
||||||
if (sendDerivation) {
|
if (sendDerivation) {
|
||||||
to << cmdBuildPaths;
|
to << cmdBuildPaths;
|
||||||
worker_proto::write(*localStore, to, {step->drvPath});
|
worker_proto::write(*localStore, to, StorePathSet{step->drvPath});
|
||||||
} else {
|
} else {
|
||||||
to << cmdBuildDerivation << localStore->printStorePath(step->drvPath);
|
to << cmdBuildDerivation << localStore->printStorePath(step->drvPath);
|
||||||
writeDerivation(to, *localStore, basicDrv);
|
writeDerivation(to, *localStore, basicDrv);
|
||||||
|
|
Loading…
Reference in a new issue