summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-05-15 11:57:38 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-05-15 16:31:24 +0200
commitb734b2a16678b835742eed0de5fbf07f8a6332ae (patch)
treeeda98c419b802f26c7e9a739ae1ca9fcc2dd7710 /doc/tutorial
parent44a7f88d0c6cd13087b422a4e8dd7b991b9be134 (diff)
downloadjustbuild-b734b2a16678b835742eed0de5fbf07f8a6332ae.tar.gz
just-mr: support invocation-specific artifacts-to-build logging
It is already supported to ask just-mr (via the rc file) to log for each invocation the artifacts that were built. Add a similar option for the artifacts that were to be built, i.e., for dumping the intensional description of the output artifacts. That information can be used, e.g., to compute the critical path.
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/invocation-logging.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tutorial/invocation-logging.md b/doc/tutorial/invocation-logging.md
index a1f94a1c..292504f2 100644
--- a/doc/tutorial/invocation-logging.md
+++ b/doc/tutorial/invocation-logging.md
@@ -48,6 +48,8 @@ be specified.
directory to be used when generating the `--profile` option in
the command line for the `just` invocation.
- `"--dump-graph"` does the same for the `--dump-graph` option.
+ - `"--dump-artifacts-to-build"` does the same for the
+ `--dump-artifacts-to-build` option.
- `"--dump-artifacts"` does the same for the `--dump-artifacts`
option; while not directly useful for profiling, browsing the
final artifacts (including the test logs) can be useful to
@@ -67,6 +69,7 @@ would look as follows.
, "metadata": "meta.json"
, "--profile": "profile.json"
, "--dump-graph": "graph.json"
+ , "--dump-artifacts-to-build": "to-build.json"
, "--dump-artifacts": "artifacts.json"
}
}