diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2025-05-07 18:20:12 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2025-05-13 10:27:47 +0200 |
commit | 2036132fe7d9c499d52499e66f7e39c995b57b89 (patch) | |
tree | 8bdde08d6fda6aa5bf7bd35c0a7c7eeee4b4f01b /doc/tutorial/third-party-software.md | |
parent | ff05735fcbab55b9c3e548232ad0aa315883183f (diff) | |
download | justbuild-2036132fe7d9c499d52499e66f7e39c995b57b89.tar.gz |
Tutorial: Update reference to rules-cc
Diffstat (limited to 'doc/tutorial/third-party-software.md')
-rw-r--r-- | doc/tutorial/third-party-software.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/third-party-software.md b/doc/tutorial/third-party-software.md index 7496d7df..38afd434 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": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" + , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -273,7 +273,7 @@ be set for them in `repos.json`: { "repository": { "type": "git" , "branch": "master" - , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" + , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -396,7 +396,7 @@ example, the following `repos.json` defines the overlay { "repository": { "type": "git" , "branch": "master" - , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" + , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } |