diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-22 16:08:20 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-22 17:43:10 +0200 |
commit | 796d9a27daba4dd16f31a7b0237fff00218d754b (patch) | |
tree | e9ba65946867615955e58929f3194b2980e4e49e /doc/tutorial/third-party-software.md | |
parent | 09292ccab76f8556be8863607983c9716ab9436e (diff) | |
download | justbuild-796d9a27daba4dd16f31a7b0237fff00218d754b.tar.gz |
Update tutorial to use latest version of rules-cc
Diffstat (limited to 'doc/tutorial/third-party-software.md')
-rw-r--r-- | doc/tutorial/third-party-software.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tutorial/third-party-software.md b/doc/tutorial/third-party-software.md index 815543c5..6c87d08b 100644 --- a/doc/tutorial/third-party-software.md +++ b/doc/tutorial/third-party-software.md @@ -140,7 +140,7 @@ additional binding `"format"` for it: { "repository": { "type": "git" , "branch": "master" - , "commit": "123d8b03bf2440052626151c14c54abce2726e6f" + , "commit": "307c96681e6626286804c45273082dff94127878" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -210,7 +210,7 @@ INFO: Discovered 7 actions, 3 trees, 0 blobs INFO: Building [["@","tutorial","","helloworld"],{}]. INFO: Processed 7 actions, 1 cache hits. INFO: Artifacts built, logical paths are: - helloworld [0ec4e36cfb5f2c3efa0fff789349a46694a6d303:132736:x] + helloworld [18d25e828a0176cef6fb029bfd83e1862712ec87:132736:x] $ ``` @@ -261,7 +261,7 @@ be set for them in `repos.json`: { "repository": { "type": "git" , "branch": "master" - , "commit": "123d8b03bf2440052626151c14c54abce2726e6f" + , "commit": "307c96681e6626286804c45273082dff94127878" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -312,7 +312,7 @@ INFO: Discovered 7 actions, 3 trees, 0 blobs INFO: Building [["@","tutorial","","helloworld"],{}]. INFO: Processed 7 actions, 7 cache hits. INFO: Artifacts built, logical paths are: - helloworld [0ec4e36cfb5f2c3efa0fff789349a46694a6d303:132736:x] + helloworld [18d25e828a0176cef6fb029bfd83e1862712ec87:132736:x] $ $ just-mr build helloworld INFO: Requested target is [["@","tutorial","","helloworld"],{}] @@ -322,7 +322,7 @@ INFO: Discovered 4 actions, 2 trees, 0 blobs INFO: Building [["@","tutorial","","helloworld"],{}]. INFO: Processed 4 actions, 4 cache hits. INFO: Artifacts built, logical paths are: - helloworld [0ec4e36cfb5f2c3efa0fff789349a46694a6d303:132736:x] + helloworld [18d25e828a0176cef6fb029bfd83e1862712ec87:132736:x] $ ``` @@ -370,7 +370,7 @@ example, the following `repos.json` defines the overlay { "repository": { "type": "git" , "branch": "master" - , "commit": "123d8b03bf2440052626151c14c54abce2726e6f" + , "commit": "307c96681e6626286804c45273082dff94127878" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } |