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 /CHANGELOG.md | |
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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 10465798..319b7b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ A feature release on top of `1.5.0`, backwards compatible. file sytem. - `just serve` now fetches trees from remote execution in parallel and through its local CAS; this fixes a performance issue. +- `just-mr` now also consideres computed roots (as no-op) when + reporting progress. ## Release `1.5.0` (2025-03-06) |