diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-11-22 17:19:57 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-11-29 12:33:24 +0100 |
commit | a2b06c3dca54c086cbd874c9547e281205a4ebc5 (patch) | |
tree | d2409619ce1dc0cbf5cc3ffd9220b2e0efc80362 /etc | |
parent | 97d420a465c4920ee6acfb2a9899d996987c4215 (diff) | |
download | bootstrappable-toolchain-a2b06c3dca54c086cbd874c9547e281205a4ebc5.tar.gz |
Update to latest rules
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/repos.json b/etc/repos.json index 8704fa9..36be465 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -10,11 +10,11 @@ , "toolchains": {"repository": {"type": "file", "path": "toolchains"}} , "rules": { "repository": - { "type": "git" - , "branch": "master" - , "commit": "90185a3c608f1428b4ce3c32bc2451f31041acc2" - , "repository": "https://github.com/just-buildsystem/rules-cc" - , "subdir": "rules" + { "type": "archive" + , "content": "114266e2768df3fca92c13c359fb9dfccb53aa97" + , "fetch": "https://github.com/just-buildsystem/rules-cc/archive/1f8e8d060c0c554f4374351d350bf3d661126579.tar.gz" + , "sha256": "3689742cfa30a36538ffee5d56f4d2705d8d5e10e2a1c161740d1f6fc44dd42e" + , "subdir": "rules-cc-1f8e8d060c0c554f4374351d350bf3d661126579/rules" } } , "rules/stage-0": |