Asynchronously compress build logs
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user