diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-10 11:30:21 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-11 17:35:33 +0200 |
commit | a91307d62f8aafd1abc2a5ff8d751b6ef2b594dd (patch) | |
tree | 6dc54dff1c7cd5dda4f982d08cfb1c5518bad744 /doc/tutorial/third-party-software.md | |
parent | 8326a669825a3748d0f93a9d5b1607fa158226e2 (diff) | |
download | justbuild-a91307d62f8aafd1abc2a5ff8d751b6ef2b594dd.tar.gz |
Update rules-cc commit in tutorial
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 0ba2203e..d79df2eb 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": "0e9d13a761c878a647fde5a543946a02bf2c693d" + , "commit": "22777343f1cfdda9880c61516be22fdfa595a569" , "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": "0e9d13a761c878a647fde5a543946a02bf2c693d" + , "commit": "22777343f1cfdda9880c61516be22fdfa595a569" , "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": "0e9d13a761c878a647fde5a543946a02bf2c693d" + , "commit": "22777343f1cfdda9880c61516be22fdfa595a569" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } |