From 879973af374705153676666b8b3d905562979069 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 3 Apr 2025 16:21:49 +0200 Subject: Update toolchain --- README.md | 2 +- etc/generate-repos.sh | 2 +- etc/repos.json | 36 ++++++++++++++++++------------------ hashes/arm64.GITBLOBIDS | 8 ++++---- hashes/arm64.SHA256SUMS | 4 ++-- hashes/x86_64.GITBLOBIDS | 8 ++++---- hashes/x86_64.SHA256SUMS | 4 ++-- 7 files changed, 32 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 90913ab..e4bd13d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,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 -- **Toolchain:** gcc-14.1.0-musl+tools +- **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 cbd101a..d199587 100755 --- a/etc/generate-repos.sh +++ b/etc/generate-repos.sh @@ -19,7 +19,7 @@ set -eu : ${JUST_BRANCH:=v1.5.1} : ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain} : ${TC_BRANCH:=master} -: ${TC_NAME:=gcc-14.1.0-musl+tools} +: ${TC_NAME:=gcc-14.2.0-musl+tools} cd $(dirname $0) diff --git a/etc/repos.json b/etc/repos.json index 2fab204..17be5f7 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -8,7 +8,7 @@ , "bindings": { "rules": "imported-toolchain/rules" , "tools": "imported-toolchain/tools-all" - , "compiler": "imported-toolchain/gcc-14.1.0-musl" + , "compiler": "imported-toolchain/gcc-14.2.0-musl" } } , "imported-toolchain/busybox-latest": @@ -27,7 +27,7 @@ , "cmake": "imported-toolchain/tools/cmake-3.27.1" } } - , "imported-toolchain/compilers/gcc-14.1.0-musl": + , "imported-toolchain/compilers/gcc-14.2.0-musl": { "repository": "imported-toolchain/compilers" , "target_file_name": "gcc-14-musl.TARGETS" , "bindings": @@ -38,17 +38,17 @@ , "gmp": "imported-toolchain/imports/gmp-6.3.0" , "mpc": "imported-toolchain/imports/mpc-1.3.1" , "mpfr": "imported-toolchain/imports/mpfr-4.2.1" - , "gcc": "imported-toolchain/compilers/gcc-14.1.0-native" + , "gcc": "imported-toolchain/compilers/gcc-14.2.0-native" , "mimalloc": "imported-toolchain/imports/mimalloc-2.1.2" } } - , "imported-toolchain/compilers/gcc-14.1.0-native": + , "imported-toolchain/compilers/gcc-14.2.0-native": { "repository": { "type": "archive" - , "content": "5ee9523adf9ef022a1e64c3b97f617c6e7192532" - , "fetch": "https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.gz" - , "sha256": "a0be066c02775002a0fa65ad3c65fb56a8bfd923d072a26ed148c0439ecdb68f" - , "subdir": "gcc-14.1.0" + , "content": "97ed2ad91801278cb7d89c720ee1dce6fa3e2a5d" + , "fetch": "https://ftp.gnu.org/gnu/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz" + , "sha256": "a7b39bc69cbf9e25826c5a60ab26477001f7c08d85cec04bc0e29cabed6f3cc9" + , "subdir": "gcc-14.2.0" } , "target_root": "imported-toolchain/compilers" , "target_file_name": "gcc-14-native.TARGETS" @@ -61,12 +61,12 @@ , "patches": "imported-toolchain/patches" } } - , "imported-toolchain/gcc-14.1.0-musl": + , "imported-toolchain/gcc-14.2.0-musl": { "repository": "imported-toolchain/toolchains" , "target_file_name": "gcc.TARGETS" , "bindings": { "rules": "imported-toolchain/rules" - , "gcc": "imported-toolchain/compilers/gcc-14.1.0-musl" + , "gcc": "imported-toolchain/compilers/gcc-14.2.0-musl" } } , "imported-toolchain/imports/binutils-latest": @@ -257,7 +257,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2c1e0733981fc3fc7531530f13f56e9c28d457f5" + , "commit": "93720597f80740ec1121140e7f84401b766d70ab" , "subdir": "etc/patches" } } @@ -326,7 +326,7 @@ , "target_file_name": "tools.TARGETS" , "bindings": { "base": "imported-toolchain/rules/gcc" - , "gcc-musl": "imported-toolchain/compilers/gcc-14.1.0-musl" + , "gcc-musl": "imported-toolchain/compilers/gcc-14.2.0-musl" , "stage-0": "imported-toolchain/rules/stage-0" } } @@ -486,7 +486,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2c1e0733981fc3fc7531530f13f56e9c28d457f5" + , "commit": "93720597f80740ec1121140e7f84401b766d70ab" , "subdir": "src/bootstrap" } } @@ -495,7 +495,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2c1e0733981fc3fc7531530f13f56e9c28d457f5" + , "commit": "93720597f80740ec1121140e7f84401b766d70ab" , "subdir": "src/compilers" } } @@ -504,7 +504,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2c1e0733981fc3fc7531530f13f56e9c28d457f5" + , "commit": "93720597f80740ec1121140e7f84401b766d70ab" , "subdir": "etc/defaults" } } @@ -513,7 +513,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2c1e0733981fc3fc7531530f13f56e9c28d457f5" + , "commit": "93720597f80740ec1121140e7f84401b766d70ab" , "subdir": "etc/imports" } } @@ -522,7 +522,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2c1e0733981fc3fc7531530f13f56e9c28d457f5" + , "commit": "93720597f80740ec1121140e7f84401b766d70ab" , "subdir": "toolchains" } } @@ -531,7 +531,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2c1e0733981fc3fc7531530f13f56e9c28d457f5" + , "commit": "93720597f80740ec1121140e7f84401b766d70ab" , "subdir": "src/tools" } } diff --git a/hashes/arm64.GITBLOBIDS b/hashes/arm64.GITBLOBIDS index 10355e9..ab86b5a 100644 --- a/hashes/arm64.GITBLOBIDS +++ b/hashes/arm64.GITBLOBIDS @@ -1,12 +1,12 @@ { "bin/just": { "file_type": "x", - "id": "877319ac02b5f70063378ed86fc4dd968aeac204", - "size": 27196600 + "id": "24858222ac534869b8bd23515c022c95590a45ad", + "size": 27196576 }, "bin/just-mr": { "file_type": "x", - "id": "7d1091db7578f092e9c9deaee4d3afb4f7031f54", - "size": 26109312 + "id": "3de526cf673b798d1ae19b90622150c97786e227", + "size": 26109248 } } diff --git a/hashes/arm64.SHA256SUMS b/hashes/arm64.SHA256SUMS index ba30d7a..902601d 100644 --- a/hashes/arm64.SHA256SUMS +++ b/hashes/arm64.SHA256SUMS @@ -1,2 +1,2 @@ -71474f2198da8b5a1b705d887bc3b74dbfed273b19d47592ee782cee9814c3f9 bin/just -614e359f5bc2087e50ea0617f592d879f65dd2626b61ff4c32a086cb574ee5ad bin/just-mr +8c0c49574f704d99d5af8ae42a8bcba9512b748e2b204ff1a089c45466d4d15e bin/just +d657ff2739cc4d5060d4ed1d5c6c16de4909cb26c7131c1677f74f0b056d29ef bin/just-mr diff --git a/hashes/x86_64.GITBLOBIDS b/hashes/x86_64.GITBLOBIDS index 3dbc6ad..7521e29 100644 --- a/hashes/x86_64.GITBLOBIDS +++ b/hashes/x86_64.GITBLOBIDS @@ -1,12 +1,12 @@ { "bin/just": { "file_type": "x", - "id": "67cd3b4f0019272b513c4f507a75359a6fc0481f", - "size": 29894136 + "id": "5a2b03fc8074fa80a08ec765f8a924a1c645a281", + "size": 30021168 }, "bin/just-mr": { "file_type": "x", - "id": "218b6a936d16a39852d0ef013c1fddfcdc15d387", - "size": 28660528 + "id": "d6b82c94d2f58e411ccd7f4fec222671aee49eca", + "size": 28783448 } } diff --git a/hashes/x86_64.SHA256SUMS b/hashes/x86_64.SHA256SUMS index 9a9117b..d628e21 100644 --- a/hashes/x86_64.SHA256SUMS +++ b/hashes/x86_64.SHA256SUMS @@ -1,2 +1,2 @@ -7c68da46bd6661c739f922d09905effaf74fef9aec8c5a7e245c4f3041fcffe5 bin/just -e81b5ccb88b6add7b712a65cfc86e713a2f3dbd323a02fa47d23c56f1d895dd1 bin/just-mr +a4518f333db7935c70a26d49b3041ce17e48d53092b9dfb4283b92447dbfede2 bin/just +f3e676e5753a52596105445c51342376a6d20d99eede0fe47fd15a3b92ada38d bin/just-mr -- cgit v1.2.3