Fix build
[?]
Feb 15, 2020, 1:54 PM
YTJBED7G2NXJJGWWXC3TM7PXLQF7ZYBLLAGVF44DWB5G73SBIIJACDependencies
- [2]
WV4SSAIYBuild against nix-master - [3]
73YR46NJhydra-queue-runner: Write directly to a binary cache - [4]
7CCLJLW7Remove superfluous "has" function - [5]
T5BIOVJEAdd support for tracking custom metrics - [6]
MHVIT4JYSplit hydra-queue-runner.cc more - [*]
HJOEIMLRRefactor
Change contents
- replacement in src/hydra-queue-runner/queue-monitor.cc at line 105
auto build = std::make_shared<Build>();auto build = std::make_shared<Build>(localStore->parseStorePath(row["drvPath"].as<string>())); - edit in src/hydra-queue-runner/queue-monitor.cc at line 108
build->drvPath = localStore->parseStorePath(row["drvPath"].as<string>()); - replacement in src/hydra-queue-runner/queue-monitor.cc at line 405
step = std::make_shared<Step>();step->drvPath = drvPath.clone();step = std::make_shared<Step>(drvPath.clone()); - edit in src/hydra-queue-runner/state.hh at line 138[8.2276][3.2462]
Build(nix::StorePath && drvPath) : drvPath(std::move(drvPath)){ } - edit in src/hydra-queue-runner/state.hh at line 207[8.3166][8.3166]
Step(nix::StorePath && drvPath) : drvPath(std::move(drvPath)){ }