Fix build
[?]
Feb 15, 2020, 1:54 PM
FJEK6FVUA2QLNIIOH542TLP3PGAOH6K3C5MEFGCMF6H7WB2HJIPACDependencies
- [2]
EBJP3MNABuild against nix-master - [3]
MHVIT4JYSplit hydra-queue-runner.cc more - [4]
T5BIOVJEAdd support for tracking custom metrics - [5]
7CCLJLW7Remove superfluous "has" function - [*]
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[7.2276][3.2462]
Build(nix::StorePath && drvPath) : drvPath(std::move(drvPath)){ } - edit in src/hydra-queue-runner/state.hh at line 207[7.3166][7.3166]
Step(nix::StorePath && drvPath) : drvPath(std::move(drvPath)){ }