1
0
Fork 0
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:
Eelco Dolstra 2016-12-07 16:09:38 +01:00
parent dadfddfa7c
commit b07060688a
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 8 additions and 2 deletions

View file

@ -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;
}