Fix build
[?]
Aug 10, 2021, 11:47 AM
LWDKJLVHY44FRNHHXUHZF3TMUWVLZSYWVURF6GPDEDOOIQ2V63MQCDependencies
- [2]
SHAPFDTUBump Nix version - [3]
VQISTKOPhydra-queue-runner: Use substitutes - [4]
5AIYUMTBBasic remote building - [5]
IKJBYIGYUpdate to reflect BinaryCacheStore changes - [6]
BYVRA54QTemporarily disable machines on any exception, not just connection failures - [*]
MHVIT4JYSplit hydra-queue-runner.cc more
Change contents
- replacement in src/hydra-queue-runner/build-remote.cc at line 270
copyPaths(ref<Store>(localStore), destStore, closure, NoRepair, NoCheckSigs, NoSubstitute);copyPaths(*localStore, *destStore, closure, NoRepair, NoCheckSigs, NoSubstitute); - replacement in src/hydra-queue-runner/queue-monitor.cc at line 514
copyPaths(ref<Store>(localStore), destStore, closure, NoRepair, CheckSigs, NoSubstitute);copyPaths(*localStore, *destStore, closure, NoRepair, CheckSigs, NoSubstitute);