diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-27 16:26:34 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-27 16:26:34 +0200 |
commit | 3582a17de2ea1ad6c1fcb0896a023fadd23fc8fe (patch) | |
tree | 23a5576b747b08b7a7df444da5514b66545798cb | |
parent | 9237690b0dc3b85faf50f04e19431c7ec677807a (diff) | |
download | justbuild-static-binaries-master.tar.gz |
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | etc/generate-repos.sh | 2 | ||||
-rw-r--r-- | etc/repos.json | 20 | ||||
-rw-r--r-- | hashes/arm64.GITBLOBIDS | 4 | ||||
-rw-r--r-- | hashes/arm64.SHA256SUMS | 4 | ||||
-rw-r--r-- | hashes/x86_64.GITBLOBIDS | 4 | ||||
-rw-r--r-- | hashes/x86_64.SHA256SUMS | 4 |
7 files changed, 20 insertions, 20 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.6.0-beta1 +- **Justbuild Version:** v1.6.0 - **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 f1810d7..da5315e 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.6.0-beta1} +: ${JUST_BRANCH:=v1.6.0} : ${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 f41bc1f..e13479a 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -548,8 +548,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0-beta1" - , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86" + , "branch": "v1.6.0" + , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" } , "bindings": { "rules": "just/rules-just" @@ -786,8 +786,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0-beta1" - , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86" + , "branch": "v1.6.0" + , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" , "subdir": "etc/patches" } } @@ -828,8 +828,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0-beta1" - , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86" + , "branch": "v1.6.0" + , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" , "subdir": "rules" } , "target_root": "just/defaults" @@ -950,8 +950,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0-beta1" - , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86" + , "branch": "v1.6.0" + , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" , "subdir": "etc/defaults" } } @@ -959,8 +959,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.6.0-beta1" - , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86" + , "branch": "v1.6.0" + , "commit": "7e5752fc8d56faedc661d1056bc7ec45ea59e704" , "subdir": "etc/import" } } diff --git a/hashes/arm64.GITBLOBIDS b/hashes/arm64.GITBLOBIDS index 7dd23e0..f0a7a31 100644 --- a/hashes/arm64.GITBLOBIDS +++ b/hashes/arm64.GITBLOBIDS @@ -1,12 +1,12 @@ { "bin/just": { "file_type": "x", - "id": "0bee0480755e643211e4fdd72975e40f995e3d56", + "id": "d351dc261d587706ba2339894d0589ad2eb38b36", "size": 27636248 }, "bin/just-mr": { "file_type": "x", - "id": "d51aec2917961c9e621ebcbfdfc487705b732a04", + "id": "97fdf95627e0db8b9f2913c8b487c39e7cf1adf7", "size": 26326512 } } diff --git a/hashes/arm64.SHA256SUMS b/hashes/arm64.SHA256SUMS index c43b311..d7d838b 100644 --- a/hashes/arm64.SHA256SUMS +++ b/hashes/arm64.SHA256SUMS @@ -1,2 +1,2 @@ -388210742fe04ce11ac343feaa670fd8a87e0e0230a3ca23343f349aafdf60a9 bin/just -2621f3be064efe2afe613ed19e21f190a13b20a94aebbc3e0c9558f1bf5a188f bin/just-mr +9295d8b9d72771dc047bf94377d57d006a94e9006499e75612469677846a14ba bin/just +abe4d00213a81bf97d8a42cf5cd3fb0007e93db5b3c604c2684188c46401bd09 bin/just-mr diff --git a/hashes/x86_64.GITBLOBIDS b/hashes/x86_64.GITBLOBIDS index 844ccd5..aeb5635 100644 --- a/hashes/x86_64.GITBLOBIDS +++ b/hashes/x86_64.GITBLOBIDS @@ -1,12 +1,12 @@ { "bin/just": { "file_type": "x", - "id": "0b1b3276ae49730555b264a7625f5a531044e094", + "id": "08d1e1ee4169486c86deadb0a6f07b903b53b05a", "size": 30511096 }, "bin/just-mr": { "file_type": "x", - "id": "e9def7c41c85be67d6805526a6be7c7fdd88b031", + "id": "3297e1fc16809795eee872f2e758f5aa0301b0d8", "size": 28991336 } } diff --git a/hashes/x86_64.SHA256SUMS b/hashes/x86_64.SHA256SUMS index 0c97d3a..0de89f4 100644 --- a/hashes/x86_64.SHA256SUMS +++ b/hashes/x86_64.SHA256SUMS @@ -1,2 +1,2 @@ -2fa5f608fc0920885dba318ab26b7464d9131459650fb8ee564018ee89e2ecf6 bin/just -9b8b778a2d3737335a7ad242832e465378272bba90a175c4f9447bb47f70d741 bin/just-mr +096bc7073d3fe81122d03ea6264b65deb999a283a21633dfcacd71a36e04237b bin/just +16cd98ee5e851bbbe722b2e316d8a279b55675b600d7fe11f371c8e5c1890f3a bin/just-mr |