Fix remote building
[?]
Jun 17, 2015, 3:28 PM
5LBMP7GAY5IIOX75M62BRGKXS4BNIQRDBCYLM4PHI773KRABTL2QCDependencies
Change contents
- edit in src/hydra-queue-runner/build-remote.cc at line 146
}/* Gather the inputs. */PathSet inputs({drvPath});for (auto & input : drv.inputDrvs) {Derivation drv2 = readDerivation(input.first);for (auto & name : input.second) {auto i = drv2.outputs.find(name);if (i != drv2.outputs.end()) inputs.insert(i->second.path);} - replacement in src/hydra-queue-runner/build-remote.cc at line 160
copyClosureTo(store, from, to, PathSet({drvPath}));copyClosureTo(store, from, to, inputs);