diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-15 11:57:38 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-15 16:31:24 +0200 |
commit | b734b2a16678b835742eed0de5fbf07f8a6332ae (patch) | |
tree | eda98c419b802f26c7e9a739ae1ca9fcc2dd7710 /share | |
parent | 44a7f88d0c6cd13087b422a4e8dd7b991b9be134 (diff) | |
download | justbuild-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 'share')
-rw-r--r-- | share/man/just-mrrc.5.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/just-mrrc.5.md b/share/man/just-mrrc.5.md index 662717b7..96f11912 100644 --- a/share/man/just-mrrc.5.md +++ b/share/man/just-mrrc.5.md @@ -195,6 +195,9 @@ The just-mrrc is given by a JSON object. - *`"--dump-plain-graph"`* A file name specifying the file in the invocation-log directory for an invocation-specific `--dump-plain-graph` option. + - *`"--dump-artifacts-to-build"`* A file name specifying the + file in the invocation-log directory for the invocation-specific + `--dump-artifacts-to-build` option. - *`"--dump-artifacts"`* A file name specifying in the file in the invocation-log directory for the invocation-specific `--dump-artifacts` option. |