Asynchronously compress build logs

This commit is contained in:
Eelco Dolstra
2015-06-19 14:51:59 +02:00
parent 8e408048e2
commit 133d298e26
5 changed files with 97 additions and 13 deletions

View File

@ -13,6 +13,7 @@ struct RemoteResult
} status = rrMiscFailure;
std::string errorMsg;
time_t startTime = 0, stopTime = 0;
nix::Path logFile;
};
void buildRemote(std::shared_ptr<nix::StoreAPI> store,