diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-19 12:32:38 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-19 14:40:33 +0200 |
commit | e92f8c8ce6cda87968eab0617355eda72a1bbbda (patch) | |
tree | 47de999c71ee47a95cb2fd830b38b1df3fdf5a06 /etc/generate-repos.sh | |
parent | 622e9213f9e801b71a5e6c9e13b5f92dddf040f7 (diff) | |
download | rules-cc-e92f8c8ce6cda87968eab0617355eda72a1bbbda.tar.gz |
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.
Diffstat (limited to 'etc/generate-repos.sh')
-rwxr-xr-x | etc/generate-repos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |