From f3125052cf16022d906163ffe1ba1513d4a026a0 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 3 May 2024 12:53:57 +0200 Subject: 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]. --- etc/repos.json | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'etc/repos.json') diff --git a/etc/repos.json b/etc/repos.json index 57ba5a1..c013a05 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -1,21 +1,7 @@ { "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"}} - , "rules-cc": - { "repository": - { "type": "git" - , "repository": "https://github.com/just-buildsystem/rules-cc" - , "branch": "master" - , "commit": "7acb2bbcc28dfc4c01967b65678c93b1e5dd7d85" - , "subdir": "rules" - } - } , "imported-toolchain": { "repository": "imported-toolchain/toolchains" , "target_file_name": "compiler+tools.TARGETS" @@ -820,7 +806,7 @@ } , "target_root": "just/defaults" , "rule_root": "just/rules" - , "bindings": {"toolchain": "static-toolchain"} + , "bindings": {"toolchain": "imported-toolchain"} } , "just/rules-absl": { "repository": "just/rules" -- cgit v1.2.3