summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-03-17 16:13:12 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-03-17 17:19:55 +0100
commit1dc0f86e5325ebffe2dd6fd7e90ff3e47e33936b (patch)
tree9cf605126300e075b3069bb2e81c6866b73049a4
parentc3fdcb7d3b072f6fd62a7b64a18fb55f2e7bcdde (diff)
downloadjustbuild-1dc0f86e5325ebffe2dd6fd7e90ff3e47e33936b.tar.gz
just-profile(5): document action-specific artifacts, stdout, stderr
-rw-r--r--share/man/just-profile.5.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/just-profile.5.md b/share/man/just-profile.5.md
index fcce3748..70895efe 100644
--- a/share/man/just-profile.5.md
+++ b/share/man/just-profile.5.md
@@ -53,6 +53,13 @@ The profile file contains the following information.
- For the key *`"time"`* for non-cached actions the build time in seconds.
+ - For the key *`"artifacts"`* an object with keys the output paths and values
+ the hashes of the corresponding artifacts as hex-encoded strings.
+
+ - For they keys *`"stdout"`* and *`"stderr"`* the hashes of stdout and stderr,
+ respectively, as hex-encoded strings, provided the respective output is
+ non-empty.
+
See also
========