diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-06-20 12:40:10 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-06-20 15:23:02 +0200 |
commit | 74dc83943b6100551afc3b66fa21ac7b16175f13 (patch) | |
tree | 89c859bc3203263a5dd7b3833388e9aa28374ba7 /doc/tutorial/third-party-software.org | |
parent | 855affd9b681d98f248009ddb2c1abe987029f72 (diff) | |
download | justbuild-74dc83943b6100551afc3b66fa21ac7b16175f13.tar.gz |
Tutorial: Regenerate screenshots with adjusted hashes
Diffstat (limited to 'doc/tutorial/third-party-software.org')
-rw-r--r-- | doc/tutorial/third-party-software.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tutorial/third-party-software.org b/doc/tutorial/third-party-software.org index 2832ad62..ef77cf0b 100644 --- a/doc/tutorial/third-party-software.org +++ b/doc/tutorial/third-party-software.org @@ -185,6 +185,7 @@ INFO: Building [["@","tutorial","","helloworld"],{}]. INFO: Processed 7 actions, 1 cache hits. INFO: Artifacts built, logical paths are: helloworld [e489bdd234787c49c4fefdd3b8a03c399a2d46f5:133000:x] +$ #+END_SRC Note that the single cache hit we observe, is the compile action of ~main.cpp~, @@ -274,6 +275,7 @@ INFO: Building [["@","tutorial","","helloworld"],{}]. INFO: Processed 4 actions, 4 cache hits. INFO: Artifacts built, logical paths are: helloworld [e489bdd234787c49c4fefdd3b8a03c399a2d46f5:133000:x] +$ #+END_SRC Note that in the second run the export target ~"fmt"~ was taken from cache and |