diff options
Diffstat (limited to 'etc/gen-repos.sh')
-rwxr-xr-x | etc/gen-repos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/gen-repos.sh b/etc/gen-repos.sh index a704bf8..26e6df8 100755 --- a/etc/gen-repos.sh +++ b/etc/gen-repos.sh @@ -18,7 +18,7 @@ set -euo pipefail readonly ROOT=$(readlink -f $(dirname $0)/..) : ${RULES_CC_REPO:=https://github.com/just-buildsystem/rules-cc} -: ${RULES_CC_BRANCH:=master} +: ${RULES_CC_BRANCH:=v1.4.0-alpha+20240807} just-import-git -C ${ROOT}/etc/repos.template.json \ --as rules-cc -b ${RULES_CC_BRANCH} ${RULES_CC_REPO} rules \ |