mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Keep track of the exact build start/stop times
This commit is contained in:
parent
dadfddfa7c
commit
b07060688a
3 changed files with 8 additions and 2 deletions
|
@ -961,7 +961,7 @@ static void opServe(Strings opFlags, Strings opArgs)
|
|||
out << status.status << status.errorMsg;
|
||||
|
||||
if (GET_PROTOCOL_MINOR(clientVersion) >= 3)
|
||||
out << status.timesBuilt << status.isNonDeterministic;
|
||||
out << status.timesBuilt << status.isNonDeterministic << status.startTime << status.stopTime;
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue