Fix build against latest Nix
[?]
Apr 6, 2020, 5:48 PM
BOCPRQ6EIMLOTOFB4R4AV6AT24CDM3VTLWIL4DKJ3673JH4DDPWACDependencies
- [2]
3A7HTJZPMerge branch 'master' into libpqxx_undeprecate - [3]
62MQPRXCPass null values to libpqxx properly - [4]
WV4SSAIYBuild against nix-master - [5]
UQQ4IL55Add a error type for "unsupported system type" - [6]
KBZHIGLGRecord the machine used for a build step - [7]
YTAYNN7VQueue monitor: Bail out earlier if a step has failed previously - [8]
DKR2GXSAUpdate libpqxx usage to move away from deprecated API interactions. - [9]
HTDANBLNMerge pull request #730 from NixOS/flake - [10]
24BMQDZAStart of single-process hydra-queue-runner - [11]
IWB3F4Z6Fail builds with previously failed steps early - [12]
NJXD2ABJAbort unsupported build steps - [13]
MHVIT4JYSplit hydra-queue-runner.cc more - [14]
DKJFD6JNProcess Nix API changes - [15]
PQFOMNTLhydra-queue-runner: More stats - [16]
XIFDDTXZDon't lock the BuildSteps table when inserting - [17]
U55WNIDPAbort unsupported build steps - [18]
EBJP3MNABuild against nix-master
Change contents
- replacement in src/hydra-queue-runner/builder.cc at line 469
for (auto & path : step->drv.outputPaths())for (auto & path : step->drv->outputPaths()) - replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 261
step->drv.platform,step->drv->platform, - replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 270
for (auto & output : step->drv.outputs)for (auto & output : step->drv->outputs) - replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 455
for (auto & path : step->drv.outputPaths())for (auto & path : step->drv->outputPaths()) - replacement in src/hydra-queue-runner/queue-monitor.cc at line 175
localStore->printStorePathh(ex.step->drvPath));localStore->printStorePath(ex.step->drvPath)); - replacement in src/hydra-queue-runner/queue-monitor.cc at line 179
for (auto & output : ex.step->drv.outputs) {for (auto & output : ex.step->drv->outputs) {