Fix build
[?]
Mar 2, 2016, 4:05 PM
E5YNZACSBZKLPUDYO637EWXNN4MPMA7MDWBK7UMPDLLDWBEFBGIQCDependencies
- [2]
B2L4T3X6Sync with Nix - [3]
73YR46NJhydra-queue-runner: Write directly to a binary cache - [4]
GH4S4AWMRename file - [5]
ENXUSMSVMake concurrency more robust - [6]
N2NKSKHSRefactor local binary cache code into a subclass - [7]
V2UCCYN3hydra-queue-runner: Get store mode configuration from hydra.conf - [8]
MHVIT4JYSplit hydra-queue-runner.cc more - [9]
HJOEIMLRRefactor - [10]
GTUZLZRHAdd an S3-backed binary cache store - [*]
24BMQDZAStart of single-process hydra-queue-runner
Change contents
- edit in src/hydra-queue-runner/hydra-queue-runner.cc at line 10
#include "local-binary-cache-store.hh" - replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 773
auto store = make_ref<LocalBinaryCacheStore>(_destStore = openLocalBinaryCacheStore( - edit in src/hydra-queue-runner/hydra-queue-runner.cc at line 778
store->init();_destStore = std::shared_ptr<LocalBinaryCacheStore>(store);