Fix build

[?]
Mar 2, 2016, 4:05 PM
E5YNZACSBZKLPUDYO637EWXNN4MPMA7MDWBK7UMPDLLDWBEFBGIQC

Dependencies

  • [2] B2L4T3X6 Sync with Nix
  • [3] 73YR46NJ hydra-queue-runner: Write directly to a binary cache
  • [4] GH4S4AWM Rename file
  • [5] ENXUSMSV Make concurrency more robust
  • [6] N2NKSKHS Refactor local binary cache code into a subclass
  • [7] V2UCCYN3 hydra-queue-runner: Get store mode configuration from hydra.conf
  • [8] MHVIT4JY Split hydra-queue-runner.cc more
  • [9] HJOEIMLR Refactor
  • [10] GTUZLZRH Add an S3-backed binary cache store
  • [*] 24BMQDZA Start of single-process hydra-queue-runner

Change contents

  • edit in src/hydra-queue-runner/hydra-queue-runner.cc at line 10
    [3.20065][3.1317:1356]()
    #include "local-binary-cache-store.hh"
  • replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 773
    [3.906][3.906:960]()
    auto store = make_ref<LocalBinaryCacheStore>(
    [3.906]
    [2.895]
    _destStore = openLocalBinaryCacheStore(
  • edit in src/hydra-queue-runner/hydra-queue-runner.cc at line 778
    [3.1152][3.1152:1243]()
    store->init();
    _destStore = std::shared_ptr<LocalBinaryCacheStore>(store);