Fix build
[?]
Aug 7, 2020, 7:42 PM
WEFXD6SWJK6INFTAOB6X364S4D3YCOSH6YKYINY3IEDZQSKBRAOACDependencies
- [2]
VUYJ47EVhydra-eval-jobs: Parallelize - [3]
5JMO43B4buildRemote(): Copy paths to the destination store in O(1) memory - [4]
HPXFXHFSRemove SHA-1 hash from BuildProducts - [5]
WDGARQ76Reuse build products / metrics stored in the database - [6]
DKR2GXSAUpdate libpqxx usage to move away from deprecated API interactions. - [7]
QHO6IDC7Fix build - [8]
6NUK6AZAFix build - [9]
PW4TLMWSSync with latest Nix - [10]
BYVRA54QTemporarily disable machines on any exception, not just connection failures - [11]
YSZQ3ORRFix build - [*]
NQPGIRXXRevert "hydra-eval-jobs -> nix eval-hydra-jobs" - [*]
5AIYUMTBBasic remote building - [*]
MHVIT4JYSplit hydra-queue-runner.cc more
Change contents
- replacement in src/hydra-eval-jobs/hydra-eval-jobs.cc at line 472
auto h = hashDerivationModulo(*store, drv, true);auto h = std::get<Hash>(hashDerivationModulo(*store, drv, true)); - replacement in src/hydra-queue-runner/build-remote.cc at line 455
info.narHash = Hash(readString(from), htSHA256);info.narHash = Hash::parseAny(readString(from), htSHA256); - replacement in src/hydra-queue-runner/queue-monitor.cc at line 652
product.sha256hash = Hash(row[3].as<std::string>(), htSHA256);product.sha256hash = Hash::parseAny(row[3].as<std::string>(), htSHA256);