Improve progress indicator
This commit is contained in:
parent
e80257f122
commit
b01d62285c
26 changed files with 339 additions and 168 deletions
|
@ -223,9 +223,9 @@ PathSet InstallablesCommand::buildInstallables(ref<Store> store, bool dryRun)
|
|||
buildables.insert(b.begin(), b.end());
|
||||
}
|
||||
|
||||
printMissing(store, buildables);
|
||||
|
||||
if (!dryRun)
|
||||
if (dryRun)
|
||||
printMissing(store, buildables);
|
||||
else
|
||||
store->buildPaths(buildables);
|
||||
|
||||
PathSet outPaths;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue