Bump Nix version
[?]
Mar 10, 2021, 5:42 PM
SHAPFDTU4EQHZATFTAAFZU2HTQAYMGL6RYBX3NEZEPG5AYBOHOWACDependencies
- [2]
W7OCNTLFFix build with latest Nix - [3]
TO3RRY3Dflake.lock: Update - [4]
XKUCKKZ5flake.lock: Update - [5]
PW4TLMWSSync with latest Nix - [6]
5CNQUQ77Bump Nix - [7]
CCPSI3TPAdd flake.nix - [8]
WOKEE5Y2flake.lock: Update - [9]
TFX3VUPCflake.lock: Update - [10]
BYVRA54QTemporarily disable machines on any exception, not just connection failures - [11]
QEFD45RSflake.lock: Update - [12]
HTDANBLNMerge pull request #730 from NixOS/flake - [13]
AXOGLJDZflake.lock: Update - [14]
YSZQ3ORRFix build - [15]
PTOCFKS2flake.lock: Update - [16]
V3VYVACMfix build after nix commit 82b77a77262c414044fffc7ad8b955ad91827995 - [17]
YLJ3XVS4flake.lock: Update - [18]
J52POHVCUpdate to NixOS 20.09 - [19]
RERVUVS7flake.lock: Update - [20]
7WHTSDWPflake.lock: Update - [21]
HWICNB75flake.lock: Update - [22]
XEQWUJZSflake.lock: Update - [23]
IKJBYIGYUpdate to reflect BinaryCacheStore changes - [24]
VQISTKOPhydra-queue-runner: Use substitutes - [25]
73YR46NJhydra-queue-runner: Write directly to a binary cache - [26]
6CBZ4DRYDoh - [27]
2GRQJZT6hydra-queue-runner: Support running in a NixOS container - [28]
WV4SSAIYBuild against nix-master - [29]
TFXFDRKBflake.lock: Update - [30]
WBSYF3MHMerge branch 'fix/addPermRoot' of https://github.com/helsinki-systems/hydra - [31]
WFJGOVMJMerge branch 'master' of github.com:NixOS/hydra into master - [32]
6TB64ZGTflake.lock: Update - [33]
H46LUUZYhydra-queue-runner: don't try to distribute builds on localhost - [34]
5AIYUMTBBasic remote building - [35]
625P4XPSUpdate flake.lock - [36]
NVWAU7WDflake.lock: Update - [37]
ZHKEI6HRflake.lock: Update - [38]
EBJP3MNABuild against nix-master - [39]
MXK3N5OHflake.lock: Update - [40]
PLA4FYMZFix regression caused by ee2e9f53 - [41]
B5JL3GKIflake.lock: Update - [42]
6NUK6AZAFix build - [43]
UA2PMN7Mflake.lock: Update - [44]
U5CNCVKLflake.lock: Update - [45]
BQHDSG6OMerge remote-tracking branch 'origin/master' into flake - [46]
75SKLUFVflake.lock: Update - [47]
UJYBTXZHflake.lock: Update - [48]
KW5WOJ7Nflake.lock: Update - [*]
MHVIT4JYSplit hydra-queue-runner.cc more
Change contents
- replacement in flake.lock at line 8
"lastModified": 1613747933,"narHash": "sha256-Q6VuNRdr87B4F3ILiM6IlQ+bkIYbQTs6EEAtwNrvl1Y=","lastModified": 1615194819,"narHash": "sha256-LfPUsgeFRBzRgTp+828E7UhiVItSYH+CK6IJcjmlcZ4=", - replacement in flake.lock at line 12
"rev": "548437c2347159c4c79352283dd12ce58324f1d6","rev": "1c0e3e453d41b869e4ac7e25dc1c00c349a7c411", - replacement in flake.lock at line 22
"lastModified": 1602702596,"narHash": "sha256-fqJ4UgOb4ZUnCDIapDb4gCrtAah5Rnr2/At3IzMitig=","lastModified": 1614309161,"narHash": "sha256-93kRxDPyEW9QIpxU71kCaV1r+hgOgP6/aVgC7vvO8IU=", - replacement in flake.lock at line 26
"rev": "ad0d20345219790533ebe06571f82ed6b034db31","rev": "0e499fde7af3c28d63e9b13636716b86c3162b93", - replacement in src/hydra-queue-runner/build-remote.cc at line 267
if (localStore != std::shared_ptr<Store>(destStore))copyClosure(ref<Store>(localStore), destStore, step->drv->inputSrcs, NoRepair, NoCheckSigs);if (localStore != std::shared_ptr<Store>(destStore)) {StorePathSet closure;localStore->computeFSClosure(step->drv->inputSrcs, closure);copyPaths(ref<Store>(localStore), destStore, closure, NoRepair, NoCheckSigs, NoSubstitute);} - replacement in src/hydra-queue-runner/queue-monitor.cc at line 503
copyClosure(ref<Store>(localStore), destStore, {*path});StorePathSet closure;localStore->computeFSClosure({*path}, closure);copyPaths(ref<Store>(localStore), destStore, closure, NoRepair, CheckSigs, NoSubstitute);