diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-03 12:53:57 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-03 19:27:11 +0200 |
commit | f3125052cf16022d906163ffe1ba1513d4a026a0 (patch) | |
tree | 824d4b0f13b775a15b988fa4211e7a951c482e8d /etc/repos.template.json | |
parent | db6989f4e1eab525a8387594dfee628ddddca0d3 (diff) | |
download | justbuild-static-binaries-f3125052cf16022d906163ffe1ba1513d4a026a0.tar.gz |
Remove local toolchain definition
... as Justbuild (>= 1.3.0~beta1) supports static linking
for all intermediate binaries (protoc etc.) via setting
TOOLCHAIN_CONFIG[BUILD_STATIC].
Diffstat (limited to 'etc/repos.template.json')
-rw-r--r-- | etc/repos.template.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/repos.template.json b/etc/repos.template.json index cc5e76e..53778b2 100644 --- a/etc/repos.template.json +++ b/etc/repos.template.json @@ -1,11 +1,6 @@ { "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": + { "static-just": {"repository": {"type": "file", "path": "."}, "bindings": {"just": "just"}} } } |