Fix build
[?]
Oct 18, 2020, 7:01 PM
YVFKZFAP7JQWQ5ROYNEDXTLGWNZ2ZJ6I5OAYLWBMQBWOQE5XQAVQCDependencies
- [2]
4DHGJ2FLFix build - [3]
NAYQT2GThydra-queue-runner: Use cmdBuildDerivation - [4]
WV4SSAIYBuild against nix-master - [5]
H46LUUZYhydra-queue-runner: don't try to distribute builds on localhost - [6]
YSZQ3ORRFix build - [7]
G7KWXSFMDistinguish build step states - [8]
5JMO43B4buildRemote(): Copy paths to the destination store in O(1) memory - [9]
6TY4LNHHFinish copyClosure - [10]
5AIYUMTBBasic remote building - [11]
OJFOBJKFAdd FIXME - [12]
XCDTFZUYhydra-queue-runner: Fix build - [13]
BYVRA54QTemporarily disable machines on any exception, not just connection failures - [14]
EBJP3MNABuild against nix-master - [*]
NQPGIRXXRevert "hydra-eval-jobs -> nix eval-hydra-jobs" - [*]
VUYJ47EVhydra-eval-jobs: Parallelize
Change contents
- edit in src/hydra-eval-jobs/hydra-eval-jobs.cc at line 17[17.50][16.883]
#include "local-fs-store.hh" - replacement in src/hydra-queue-runner/build-remote.cc at line 98
writeStorePaths(*destStore, to, closure);worker_proto::write(*destStore, to, closure); - replacement in src/hydra-queue-runner/build-remote.cc at line 103
auto present = readStorePaths<StorePathSet>(*destStore, from);auto present = worker_proto::read(*destStore, from, Phantom<StorePathSet> {}); - replacement in src/hydra-queue-runner/build-remote.cc at line 318
writeStorePaths(*localStore, to, {step->drvPath});worker_proto::write(*localStore, to, {step->drvPath}); - replacement in src/hydra-queue-runner/build-remote.cc at line 447
writeStorePaths(*localStore, to, outputs);worker_proto::write(*localStore, to, outputs); - replacement in src/hydra-queue-runner/build-remote.cc at line 453
auto references = readStorePaths<StorePathSet>(*localStore, from);auto references = worker_proto::read(*localStore, from, Phantom<StorePathSet> {});