forked from lix-project/lix
nix-build: Print stats even in failing builds
This commit is contained in:
parent
b7bb627f67
commit
87702532d2
|
@ -305,6 +305,8 @@ void mainWrapped(int argc, char * * argv)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
state->printStats();
|
||||||
|
|
||||||
auto buildPaths = [&](const PathSet & paths) {
|
auto buildPaths = [&](const PathSet & paths) {
|
||||||
/* Note: we do this even when !printMissing to efficiently
|
/* Note: we do this even when !printMissing to efficiently
|
||||||
fetch binary cache data. */
|
fetch binary cache data. */
|
||||||
|
@ -495,7 +497,6 @@ void mainWrapped(int argc, char * * argv)
|
||||||
|
|
||||||
for (auto & path : outPaths)
|
for (auto & path : outPaths)
|
||||||
std::cout << path << '\n';
|
std::cout << path << '\n';
|
||||||
state->printStats();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue