mirror of
https://github.com/NixOS/nix.git
synced 2025-12-05 16:41:01 +01:00
Log build/substitution finishes
This commit is contained in:
parent
846c028609
commit
101b15663b
4 changed files with 32 additions and 0 deletions
|
|
@ -53,6 +53,9 @@ struct SubstitutionGoal : public Goal
|
|||
/* Content address for recomputing store path */
|
||||
std::optional<ContentAddress> ca;
|
||||
|
||||
/* Time substitution started. */
|
||||
std::chrono::time_point<std::chrono::steady_clock> startTime;
|
||||
|
||||
SubstitutionGoal(const StorePath & storePath, Worker & worker, RepairFlag repair = NoRepair, std::optional<ContentAddress> ca = std::nullopt);
|
||||
~SubstitutionGoal();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue