From e92f8c8ce6cda87968eab0617355eda72a1bbbda Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 19 Apr 2023 12:32:38 +0200 Subject: proto rules: reattach toolchain Restore the behaviour that, when the rules are imported via just-import-git, the proto tool chain comes as a dependency. In this way the rules can be used in an environment with just a C/C++ compiler present while still having proto available. --- etc/generate-repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/generate-repos.sh') diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index 43a58c4..ee8d510 100755 --- a/etc/generate-repos.sh +++ b/etc/generate-repos.sh @@ -17,7 +17,7 @@ set -eu readonly ROOT=$(readlink -f $(dirname $0)/..) -: ${BRANCH:=v1.0.0} +: ${BRANCH:=v1.1.0-alpha+20230419} : ${OUTFILE:=${ROOT}/etc/repos.json} just-import-git --as just -C ${ROOT}/etc/repos.template.json \ -- cgit v1.2.3