diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-20 10:08:40 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-20 10:08:40 +0200 |
commit | 6d428dc387ac9d6d5e744c8268840846e9d9951d (patch) | |
tree | ea74a5a065a3857ba0bfbe244df6dd797231d227 | |
parent | 7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6 (diff) | |
download | rules-cc-6d428dc387ac9d6d5e744c8268840846e9d9951d.tar.gz |
Update just reference
... after the grpc update.
-rwxr-xr-x | etc/generate-repos.sh | 2 | ||||
-rw-r--r-- | etc/repos.json | 34 |
2 files changed, 18 insertions, 18 deletions
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index 1e6f2cc..be235a3 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.5.0} +: ${BRANCH:=v1.5.2} : ${OUTFILE:=${ROOT}/etc/repos.json} just-import-git --as just -C ${ROOT}/etc/repos.template.json \ diff --git a/etc/repos.json b/etc/repos.json index 149e8b8..c419b83 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -72,8 +72,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.0" - , "commit": "21d9afbfb744596f0e7646c386870e78dbeab922" + , "branch": "v1.5.2" + , "commit": "bcf1d9a1ed766ee35808f23b48481cbc5168346f" } , "bindings": { "rules": "just/rules-just" @@ -168,11 +168,11 @@ , "just/com_github_grpc_grpc": { "repository": { "type": "archive" - , "content": "a6a8b898fa1d8abe70ed77f45236940d0a5871f2" - , "fetch": "https://github.com/grpc/grpc/archive/refs/tags/v1.70.1.tar.gz" - , "sha256": "c4e85806a3a23fd2a78a9f8505771ff60b2beef38305167d50f5e8151728e426" - , "sha512": "35382987b33abb57a27105570c91db048853d95111f125bc6fac8a25f758c29ab2c699c63330b445b0a08f04c9dbc4dfa1dc0c33a7e2d8ea99d06d884a3c9852" - , "subdir": "grpc-1.70.1" + , "content": "87c37bc5be5d6ded368667d02958d488b94d6143" + , "fetch": "https://github.com/grpc/grpc/archive/refs/tags/v1.70.2.tar.gz" + , "sha256": "92f240f7267ed6cd8ba2be4c59a3b5b6ec0c4b4c466071b1e1d62165b25acf64" + , "sha512": "4afd34b36b4d7c41260abad6d921154a3e7176a7a46de6ae97335697db5d11f61e37b08889c007463fc8f3e800788585f5f7d5b2cec12f89b69fc9bc15efd17f" + , "subdir": "grpc-1.70.2" , "pragma": {"special": "ignore"} } , "target_root": "just/import targets" @@ -310,8 +310,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.0" - , "commit": "21d9afbfb744596f0e7646c386870e78dbeab922" + , "branch": "v1.5.2" + , "commit": "bcf1d9a1ed766ee35808f23b48481cbc5168346f" , "subdir": "etc/patches" } } @@ -352,8 +352,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.0" - , "commit": "21d9afbfb744596f0e7646c386870e78dbeab922" + , "branch": "v1.5.2" + , "commit": "bcf1d9a1ed766ee35808f23b48481cbc5168346f" , "subdir": "rules" } , "target_root": "just/defaults" @@ -461,8 +461,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.0" - , "commit": "21d9afbfb744596f0e7646c386870e78dbeab922" + , "branch": "v1.5.2" + , "commit": "bcf1d9a1ed766ee35808f23b48481cbc5168346f" , "subdir": "etc/toolchain" } , "rule_root": "just/rules" @@ -484,8 +484,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.0" - , "commit": "21d9afbfb744596f0e7646c386870e78dbeab922" + , "branch": "v1.5.2" + , "commit": "bcf1d9a1ed766ee35808f23b48481cbc5168346f" , "subdir": "etc/defaults" } } @@ -493,8 +493,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.0" - , "commit": "21d9afbfb744596f0e7646c386870e78dbeab922" + , "branch": "v1.5.2" + , "commit": "bcf1d9a1ed766ee35808f23b48481cbc5168346f" , "subdir": "etc/import" } } |