Fix remote building on Nix 1.10
[?]
Jul 31, 2015, 1:41 AM
AUMIJSEOUDEGOCN3YSBD7KXOWE2CD2HN2VHS54FWUBMGRUBJHDXQCDependencies
- [2]
NAYQT2GThydra-queue-runner: Use cmdBuildDerivation - [3]
YR2IM6Y5Temporarily disable machines after a connection failure - [4]
5LBMP7GAFix remote building - [5]
5AIYUMTBBasic remote building - [6]
N4IROACVMove buildRemote() into State
Change contents
- replacement in src/hydra-queue-runner/build-remote.cc at line 192
copy the entire closure of ‘drvPath’, as well the requiredcopy the entire closure of ‘drvPath’, as well as the required - edit in src/hydra-queue-runner/build-remote.cc at line 197
BasicDerivation basicDrv(step->drv); - edit in src/hydra-queue-runner/build-remote.cc at line 211
basicDrv.inputSrcs.insert(i->second.path); - replacement in src/hydra-queue-runner/build-remote.cc at line 233
to << cmdBuildDerivation << step->drvPath << step->drv << maxSilentTime << buildTimeout;to << cmdBuildDerivation << step->drvPath << basicDrv << maxSilentTime << buildTimeout;