diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-19 15:21:13 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-19 15:42:35 +0200 |
commit | 9e6d1923aa28dd3404f43460e48b732b70950cf5 (patch) | |
tree | ce0d5ed33edc3cfea95c84a6cf4d759c3abc9e0e | |
parent | 879973af374705153676666b8b3d905562979069 (diff) | |
download | justbuild-static-binaries-9e6d1923aa28dd3404f43460e48b732b70950cf5.tar.gz |
Update to 1.5.2
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | etc/generate-repos.sh | 2 | ||||
-rw-r--r-- | etc/repos.json | 30 | ||||
-rw-r--r-- | hashes/arm64.GITBLOBIDS | 6 | ||||
-rw-r--r-- | hashes/arm64.SHA256SUMS | 4 | ||||
-rw-r--r-- | hashes/x86_64.GITBLOBIDS | 6 | ||||
-rw-r--r-- | hashes/x86_64.SHA256SUMS | 4 |
7 files changed, 27 insertions, 27 deletions
@@ -10,7 +10,7 @@ is acquired via [**Bootstrappable Builds**](https://bootstrappable.org/). Independent of the `x86_64` Linux build host, we can predict that for -- **Justbuild Version:** v1.5.1 +- **Justbuild Version:** v1.5.2 - **Toolchain:** gcc-14.2.0-musl+tools binaries with the following hashes will be produced: diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index d199587..ba7c420 100755 --- a/etc/generate-repos.sh +++ b/etc/generate-repos.sh @@ -16,7 +16,7 @@ set -eu : ${JUST_REPO:=https://github.com/just-buildsystem/justbuild} -: ${JUST_BRANCH:=v1.5.1} +: ${JUST_BRANCH:=v1.5.2} : ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain} : ${TC_BRANCH:=master} : ${TC_NAME:=gcc-14.2.0-musl+tools} diff --git a/etc/repos.json b/etc/repos.json index 17be5f7..1cb89f6 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -539,8 +539,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.1" - , "commit": "bf25529bddd6dca549235ae1b3fecc34e3025e56" + , "branch": "v1.5.2" + , "commit": "bcf1d9a1ed766ee35808f23b48481cbc5168346f" } , "bindings": { "rules": "just/rules-just" @@ -635,11 +635,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" @@ -777,8 +777,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.1" - , "commit": "bf25529bddd6dca549235ae1b3fecc34e3025e56" + , "branch": "v1.5.2" + , "commit": "bcf1d9a1ed766ee35808f23b48481cbc5168346f" , "subdir": "etc/patches" } } @@ -819,8 +819,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.1" - , "commit": "bf25529bddd6dca549235ae1b3fecc34e3025e56" + , "branch": "v1.5.2" + , "commit": "bcf1d9a1ed766ee35808f23b48481cbc5168346f" , "subdir": "rules" } , "target_root": "just/defaults" @@ -941,8 +941,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.1" - , "commit": "bf25529bddd6dca549235ae1b3fecc34e3025e56" + , "branch": "v1.5.2" + , "commit": "bcf1d9a1ed766ee35808f23b48481cbc5168346f" , "subdir": "etc/defaults" } } @@ -950,8 +950,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.5.1" - , "commit": "bf25529bddd6dca549235ae1b3fecc34e3025e56" + , "branch": "v1.5.2" + , "commit": "bcf1d9a1ed766ee35808f23b48481cbc5168346f" , "subdir": "etc/import" } } diff --git a/hashes/arm64.GITBLOBIDS b/hashes/arm64.GITBLOBIDS index ab86b5a..fe0488f 100644 --- a/hashes/arm64.GITBLOBIDS +++ b/hashes/arm64.GITBLOBIDS @@ -1,12 +1,12 @@ { "bin/just": { "file_type": "x", - "id": "24858222ac534869b8bd23515c022c95590a45ad", + "id": "ca135e7ffd9a02fe6946ea246ff5a107ff1b0cb8", "size": 27196576 }, "bin/just-mr": { "file_type": "x", - "id": "3de526cf673b798d1ae19b90622150c97786e227", - "size": 26109248 + "id": "dc488ec170959671ada60b4dfa34e3bd574d0fec", + "size": 26109232 } } diff --git a/hashes/arm64.SHA256SUMS b/hashes/arm64.SHA256SUMS index 902601d..a4b7e8a 100644 --- a/hashes/arm64.SHA256SUMS +++ b/hashes/arm64.SHA256SUMS @@ -1,2 +1,2 @@ -8c0c49574f704d99d5af8ae42a8bcba9512b748e2b204ff1a089c45466d4d15e bin/just -d657ff2739cc4d5060d4ed1d5c6c16de4909cb26c7131c1677f74f0b056d29ef bin/just-mr +5bac6674fcf39f1e8a3ab3a7ff80f7ec85c19b358cec7428cbe92e22bb3f4165 bin/just +29b1e70da132f546dd7b1c734afc414b2e6f640e4be5cef0bda63c404955abc1 bin/just-mr diff --git a/hashes/x86_64.GITBLOBIDS b/hashes/x86_64.GITBLOBIDS index 7521e29..9b50547 100644 --- a/hashes/x86_64.GITBLOBIDS +++ b/hashes/x86_64.GITBLOBIDS @@ -1,12 +1,12 @@ { "bin/just": { "file_type": "x", - "id": "5a2b03fc8074fa80a08ec765f8a924a1c645a281", - "size": 30021168 + "id": "1ec75c03cee104f8293b485f63f2f1c7a0c1fa05", + "size": 30021328 }, "bin/just-mr": { "file_type": "x", - "id": "d6b82c94d2f58e411ccd7f4fec222671aee49eca", + "id": "54de9e5d910e476dee5a8ec9523b43d7701e8fcb", "size": 28783448 } } diff --git a/hashes/x86_64.SHA256SUMS b/hashes/x86_64.SHA256SUMS index d628e21..d355bbb 100644 --- a/hashes/x86_64.SHA256SUMS +++ b/hashes/x86_64.SHA256SUMS @@ -1,2 +1,2 @@ -a4518f333db7935c70a26d49b3041ce17e48d53092b9dfb4283b92447dbfede2 bin/just -f3e676e5753a52596105445c51342376a6d20d99eede0fe47fd15a3b92ada38d bin/just-mr +49cb1ea4da29558bd37632eeea8acc890bd1ee4839c8173c7fa1424130e1bcaa bin/just +96763057d6bc63ba3b3c52685383b470e52531d1ea3edc9985ba2117f7d45a7c bin/just-mr |