diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-19 09:58:09 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-19 10:23:48 +0100 |
commit | ff4ef1723619fb78c6eaf44c35138145f5af39ca (patch) | |
tree | b1399c830ba9441cb03153baa6732b932b086800 /src/other_tools/repo_map | |
parent | ad860684f6fc2e07a764049bd467718c1fef24cb (diff) | |
download | justbuild-ff4ef1723619fb78c6eaf44c35138145f5af39ca.tar.gz |
just-mr progress: consider computed roots as no-work
... as they will be taken care of only during the build.
Diffstat (limited to 'src/other_tools/repo_map')
-rw-r--r-- | src/other_tools/repo_map/repos_to_setup_map.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/repo_map/repos_to_setup_map.cpp b/src/other_tools/repo_map/repos_to_setup_map.cpp index e819a943..4e29ffc2 100644 --- a/src/other_tools/repo_map/repos_to_setup_map.cpp +++ b/src/other_tools/repo_map/repos_to_setup_map.cpp @@ -883,6 +883,7 @@ auto CreateReposToSetupMap( break; } case CheckoutType::Precomputed: { + stats->IncrementComputedCounter(); PrecomputedRootCheckout(*resolved_repo_desc, std::move(repos), key, |