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/generate-repos.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'etc/generate-repos.sh') diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index 161210e..13b98e4 100755 --- a/etc/generate-repos.sh +++ b/etc/generate-repos.sh @@ -20,15 +20,12 @@ set -eu : ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain} : ${TC_BRANCH:=master} : ${TC_NAME:=gcc-13.2.0-musl+tools} -: ${RULES_REPO:=https://github.com/just-buildsystem/rules-cc} -: ${RULES_BRANCH:=master} cd $(dirname $0) cat repos.template.json \ - | just-import-git -C - --as rules-cc -b ${RULES_BRANCH} ${RULES_REPO} rules \ | just-import-git -C - --as imported-toolchain -b ${TC_BRANCH} ${TC_REPO} "${TC_NAME}" \ - | just-import-git -C - --as just -b ${JUST_BRANCH} ${JUST_REPO} just --map toolchain static-toolchain \ + | just-import-git -C - --as just -b ${JUST_BRANCH} ${JUST_REPO} just --map toolchain imported-toolchain \ | ./json-format.py \ > repos.json -- cgit v1.2.3