Fix build
[?]
Apr 26, 2017, 1:11 PM
K7IOFWLNEO2TAP7ZW5UW2CRQAU26UDO5WFZWVEJ63AIMP4ACJHBQCDependencies
- [2]
NSBNNM77Add hydra.conf option "nar_buffer_size" to configure memoryTokens limit - [*]
24BMQDZAStart of single-process hydra-queue-runner - [*]
OCZ4LSGGAutomatically retry aborted builds - [*]
ENXUSMSVMake concurrency more robust
Change contents
- edit in src/hydra-queue-runner/hydra-queue-runner.cc at line 18
- edit in src/hydra-queue-runner/hydra-queue-runner.cc at line 20[5.1079][6.21]
namespace nix { - edit in src/hydra-queue-runner/hydra-queue-runner.cc at line 22[6.22][2.0]
template<> void toJSON<std::atomic<long>>(std::ostream & str, const std::atomic<long> & n) { str << n; }template<> void toJSON<std::atomic<unsigned long>>(std::ostream & str, const std::atomic<unsigned long> & n) { str << n; }template<> void toJSON<double>(std::ostream & str, const double & n) { str << n; }}