summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-22 15:56:00 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-22 16:44:10 +0200
commit76c3c666b0b88da33419770143970d4727eee4db (patch)
tree8a9a0b10042475581c461339ab01c2d0e8b393c0
parent62f70d6c4aa8aafcc5294bdac00e8649d2939935 (diff)
downloadjustbuild-static-binaries-76c3c666b0b88da33419770143970d4727eee4db.tar.gz
Update to 1.3.1
-rw-r--r--README.md4
-rwxr-xr-xetc/generate-repos.sh4
-rw-r--r--etc/repos.json62
-rw-r--r--hashes/arm64.GITBLOBIDS8
-rw-r--r--hashes/arm64.SHA256SUMS4
-rw-r--r--hashes/x86_64.GITBLOBIDS8
-rw-r--r--hashes/x86_64.SHA256SUMS4
7 files changed, 30 insertions, 64 deletions
diff --git a/README.md b/README.md
index aa76733..3fe1cb8 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ is acquired via [**Bootstrappable Builds**](https://bootstrappable.org/).
Independent of the `x86_64` Linux build host, we can predict that for
-- **Justbuild Version:** v1.3.0
-- **Toolchain:** gcc-13.2.0-musl+tools
+- **Justbuild Version:** v1.3.1
+- **Toolchain:** gcc-14.1.0-musl+tools
binaries with the following hashes will be produced:
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh
index 5b73257..e6cce07 100755
--- a/etc/generate-repos.sh
+++ b/etc/generate-repos.sh
@@ -16,10 +16,10 @@
set -eu
: ${JUST_REPO:=https://github.com/just-buildsystem/justbuild}
-: ${JUST_BRANCH:=v1.3.0}
+: ${JUST_BRANCH:=v1.3.1}
: ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain}
: ${TC_BRANCH:=master}
-: ${TC_NAME:=gcc-13.2.0-musl+tools}
+: ${TC_NAME:=gcc-14.1.0-musl+tools}
cd $(dirname $0)
diff --git a/etc/repos.json b/etc/repos.json
index b1a6b8e..ee8f944 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-13.2.0-musl"
+ , "compiler": "imported-toolchain/gcc-14.1.0-musl"
}
}
, "imported-toolchain/busybox-latest":
@@ -27,40 +27,6 @@
, "cmake": "imported-toolchain/tools/cmake-3.27.1"
}
}
- , "imported-toolchain/compilers/gcc-13.2.0-musl":
- { "repository": "imported-toolchain/compilers"
- , "target_file_name": "gcc-13-musl.TARGETS"
- , "bindings":
- { "rules": "imported-toolchain/rules/gcc"
- , "musl-cross-make": "imported-toolchain/imports/musl-cross-make-fe915821"
- , "binutils": "imported-toolchain/imports/binutils-latest"
- , "musl": "imported-toolchain/imports/musl-1.2.4"
- , "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-13.2.0-native"
- , "mimalloc": "imported-toolchain/imports/mimalloc-2.1.2"
- }
- }
- , "imported-toolchain/compilers/gcc-13.2.0-native":
- { "repository":
- { "type": "archive"
- , "content": "c88c4e3f76d499c613970283fde3c1da3d11e809"
- , "fetch": "https://ftp.gnu.org/gnu/gcc/gcc-13.2.0/gcc-13.2.0.tar.gz"
- , "sha256": "8cb4be3796651976f94b9356fa08d833524f62420d6292c5033a9a26af315078"
- , "subdir": "gcc-13.2.0"
- }
- , "target_root": "imported-toolchain/compilers"
- , "target_file_name": "gcc-13-native.TARGETS"
- , "bindings":
- { "rules": "imported-toolchain/rules/gcc"
- , "binutils": "imported-toolchain/imports/binutils-latest"
- , "gmp": "imported-toolchain/imports/gmp-6.3.0"
- , "mpc": "imported-toolchain/imports/mpc-1.3.1"
- , "mpfr": "imported-toolchain/imports/mpfr-4.2.1"
- , "patches": "imported-toolchain/patches"
- }
- }
, "imported-toolchain/compilers/gcc-14.1.0-musl":
{ "repository": "imported-toolchain/compilers"
, "target_file_name": "gcc-14-musl.TARGETS"
@@ -95,12 +61,12 @@
, "patches": "imported-toolchain/patches"
}
}
- , "imported-toolchain/gcc-13.2.0-musl":
+ , "imported-toolchain/gcc-14.1.0-musl":
{ "repository": "imported-toolchain/toolchains"
, "target_file_name": "gcc.TARGETS"
, "bindings":
{ "rules": "imported-toolchain/rules"
- , "gcc": "imported-toolchain/compilers/gcc-13.2.0-musl"
+ , "gcc": "imported-toolchain/compilers/gcc-14.1.0-musl"
}
}
, "imported-toolchain/imports/binutils-latest":
@@ -554,8 +520,8 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/justbuild"
- , "branch": "v1.3.0"
- , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5"
+ , "branch": "v1.3.1"
+ , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10"
}
, "bindings":
{ "rules": "just/rules-just"
@@ -792,8 +758,8 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/justbuild"
- , "branch": "v1.3.0"
- , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5"
+ , "branch": "v1.3.1"
+ , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10"
, "subdir": "etc/patches"
}
}
@@ -834,8 +800,8 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/justbuild"
- , "branch": "v1.3.0"
- , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5"
+ , "branch": "v1.3.1"
+ , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10"
, "subdir": "rules"
}
, "target_root": "just/defaults"
@@ -937,7 +903,7 @@
}
, "target_root": "just/import targets"
, "target_file_name": "TARGETS.boringssl"
- , "bindings": {"rules": "just/rules-boringssl"}
+ , "bindings": {"rules": "just/rules-boringssl", "patches": "just/patches"}
}
, "just/zlib":
{ "repository":
@@ -956,8 +922,8 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/justbuild"
- , "branch": "v1.3.0"
- , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5"
+ , "branch": "v1.3.1"
+ , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10"
, "subdir": "etc/defaults"
}
}
@@ -965,8 +931,8 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/justbuild"
- , "branch": "v1.3.0"
- , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5"
+ , "branch": "v1.3.1"
+ , "commit": "b248838ed0f01bc5824caee3a555e7fd22d5ad10"
, "subdir": "etc/import"
}
}
diff --git a/hashes/arm64.GITBLOBIDS b/hashes/arm64.GITBLOBIDS
index 010fb6c..a26ed49 100644
--- a/hashes/arm64.GITBLOBIDS
+++ b/hashes/arm64.GITBLOBIDS
@@ -1,12 +1,12 @@
{
"bin/just": {
"file_type": "x",
- "id": "7c09236b768482dc238288cffeb355f12a3a1bf3",
- "size": 24939080
+ "id": "4ac634b99b358fb26e6f825d9e69d4e90d92ca80",
+ "size": 25333440
},
"bin/just-mr": {
"file_type": "x",
- "id": "6c5c6c02f081d4f0ededd67f50317a7c427cab56",
- "size": 24272880
+ "id": "293dd63dcf3a5d3877a6fc70cdd94d062a34daf7",
+ "size": 24597872
}
}
diff --git a/hashes/arm64.SHA256SUMS b/hashes/arm64.SHA256SUMS
index 183a6fd..5942ad4 100644
--- a/hashes/arm64.SHA256SUMS
+++ b/hashes/arm64.SHA256SUMS
@@ -1,2 +1,2 @@
-0ae5c1436a6f3d52f4773416ae548ab85e6945f58c3642aee3916a7ddb4b255c bin/just
-a6160d98c368982818a6d03074b0f8493c45d48daf96d351c9a69d2a894152a0 bin/just-mr
+487c95d9a80a4d421511fc79c9ccf3857b9107388d071e808fbabbea83cfb43d bin/just
+81a4a58a3c48dbeaab8d4f3da32a320f423ec63bef8163c0aa568bfe7901b725 bin/just-mr
diff --git a/hashes/x86_64.GITBLOBIDS b/hashes/x86_64.GITBLOBIDS
index 4bdb36e..97c962d 100644
--- a/hashes/x86_64.GITBLOBIDS
+++ b/hashes/x86_64.GITBLOBIDS
@@ -1,12 +1,12 @@
{
"bin/just": {
"file_type": "x",
- "id": "081a2f8bb9645fef3153f33944ed2afab412d529",
- "size": 26937608
+ "id": "86db0ace877f403f708cc73cc6b3a024086db81b",
+ "size": 27564152
},
"bin/just-mr": {
"file_type": "x",
- "id": "da2b765814a34b74a5908d2eb420e93f5998e333",
- "size": 26151368
+ "id": "c68d8fde6fd8a86063b1510f29f7f2cf851da452",
+ "size": 26682800
}
}
diff --git a/hashes/x86_64.SHA256SUMS b/hashes/x86_64.SHA256SUMS
index 45994e6..b814b0f 100644
--- a/hashes/x86_64.SHA256SUMS
+++ b/hashes/x86_64.SHA256SUMS
@@ -1,2 +1,2 @@
-60b648d6c5b04675cc91bd69e6210a38296d924809fd82860ae57443ac203d7e bin/just
-1db2c69906d63339caece65dbcea16784b9c5338da39c4aecdaaa2ec30761c7a bin/just-mr
+65f2a2d95203c9696c751aab0750d94065b59be0ec3720ab027d259188b84685 bin/just
+c0aff77f359849af9d806c667ed4c42eea53e0aff8555a3b7959084219c99d9f bin/just-mr