diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-24 17:13:19 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-24 17:13:19 +0200 |
commit | b0f393ee319f62b8b7488deffd6625582f69f59d (patch) | |
tree | 67de670b024fff4ec54cf725fde7a11565f87f93 /etc/repos.template.json | |
download | justbuild-static-binaries-b0f393ee319f62b8b7488deffd6625582f69f59d.tar.gz |
Initial commit
Diffstat (limited to 'etc/repos.template.json')
-rw-r--r-- | etc/repos.template.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/repos.template.json b/etc/repos.template.json new file mode 100644 index 0000000..cc5e76e --- /dev/null +++ b/etc/repos.template.json @@ -0,0 +1,11 @@ +{ "main": "static-just" +, "repositories": + { "static-toolchain": + { "repository": + {"type": "file", "path": "etc/toolchain", "pragma": {"to_git": true}} + , "bindings": {"rules": "rules-cc", "base": "imported-toolchain"} + } + , "static-just": + {"repository": {"type": "file", "path": "."}, "bindings": {"just": "just"}} + } +} |