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.template.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'etc/repos.template.json') 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"}} } } -- cgit v1.2.3