diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-27 12:32:23 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-26 12:11:19 +0200 |
commit | c55c9afbc665dce2cba7cc16561e880f56d8108b (patch) | |
tree | bfa8250e8424cf400fd8a761549290dfd4981306 /doc/tutorial/hello-world.md | |
parent | 23b54f3f6401d5b52bd903485985ad38e0c3fba7 (diff) | |
download | justbuild-c55c9afbc665dce2cba7cc16561e880f56d8108b.tar.gz |
tutorials: Update rules-cc commit
...to version fully supporting debugging.
Diffstat (limited to 'doc/tutorial/hello-world.md')
-rw-r--r-- | doc/tutorial/hello-world.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/hello-world.md b/doc/tutorial/hello-world.md index 52efbc8f..317c0a63 100644 --- a/doc/tutorial/hello-world.md +++ b/doc/tutorial/hello-world.md @@ -30,7 +30,7 @@ Second, we also need to create the multi-repository configuration { "repository": { "type": "git" , "branch": "master" - , "commit": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -46,7 +46,7 @@ Second, we also need to create the multi-repository configuration In that configuration, two repositories are defined: 1. The `"rules-cc"` repository located in the subdirectory `rules` of - [just-buildsystem/rules-cc:307c96681e6626286804c45273082dff94127878](https://github.com/just-buildsystem/rules-cc/tree/307c96681e6626286804c45273082dff94127878), + [just-buildsystem/rules-cc:0e9d13a761c878a647fde5a543946a02bf2c693d](https://github.com/just-buildsystem/rules-cc/tree/0e9d13a761c878a647fde5a543946a02bf2c693d), which contains the high-level concepts for building C/C++ binaries and libraries. @@ -228,7 +228,7 @@ the following content: { "repository": { "type": "git" , "branch": "master" - , "commit": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } |