summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-06-25 11:02:42 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-06-25 13:13:48 +0200
commit9237690b0dc3b85faf50f04e19431c7ec677807a (patch)
tree43b31571fb1c742391a8b402e4040b504a7669d2
parent9a9fc55d55e70bae9a461ca2319ef69267eb6940 (diff)
downloadjustbuild-static-binaries-9237690b0dc3b85faf50f04e19431c7ec677807a.tar.gz
Update to 1.6.0~beta1
-rw-r--r--README.md2
-rwxr-xr-xetc/generate-repos.sh2
-rw-r--r--etc/repos.json40
-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.SHA256SUMS5
7 files changed, 34 insertions, 35 deletions
diff --git a/README.md b/README.md
index 355be5c..5f3dc0d 100644
--- a/README.md
+++ b/README.md
@@ -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.3
+- **Justbuild Version:** v1.6.0-beta1
- **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 3da3dfb..f1810d7 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.3}
+: ${JUST_BRANCH:=v1.6.0-beta1}
: ${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 5a41c8f..f41bc1f 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.5.3"
- , "commit": "f9fb8d7a2f0771f0de410c2e981634c0065b0601"
+ , "branch": "v1.6.0-beta1"
+ , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86"
}
, "bindings":
{ "rules": "just/rules-just"
@@ -600,11 +600,11 @@
, "just/cli11":
{ "repository":
{ "type": "archive"
- , "content": "624cd17664daa964e192c176c98ea2fb919afd3d"
- , "fetch": "https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.4.2.tar.gz"
- , "sha256": "f2d893a65c3b1324c50d4e682c0cdc021dd0477ae2c048544f39eed6654b699a"
- , "sha512": "fdb61c430f5b99a9495fda7f94bfc8d0fb5360c99beeccbcb3b8918713579aac97fa0dcbce296065d9043f141a538c505919c9810fd1d192661e8b48b6a2637a"
- , "subdir": "CLI11-2.4.2"
+ , "content": "6689a311c4e3f31e0428a6135ed03f2ccac448f8"
+ , "fetch": "https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.5.0.tar.gz"
+ , "sha256": "17e02b4cddc2fa348e5dbdbb582c59a3486fa2b2433e70a0c3bacb871334fd55"
+ , "sha512": "895fb61e4c9974ee8e8d4681fb880a10126a412f24bb147d558d465d78fe784a044c5443edf1ce20fc9936901073073d795b034e0c02bdb3c8aa74c9d6ac811c"
+ , "subdir": "CLI11-2.5.0"
}
, "target_root": "just/import targets"
, "target_file_name": "TARGETS.cli11"
@@ -730,11 +730,11 @@
, "just/fmt":
{ "repository":
{ "type": "zip"
- , "content": "90ab7bf7db31acb0fc6d79a823275a96daa81c4a"
- , "fetch": "https://github.com/fmtlib/fmt/releases/download/11.1.3/fmt-11.1.3.zip"
- , "sha256": "7df2fd3426b18d552840c071c977dc891efe274051d2e7c47e2c83c3918ba6df"
- , "sha512": "5b9f5b0c81c2e3e7fb0d985556f98c45e15cbd89fe2ad1bf691bf1ba47c11192efcc83dd643f18bd8086689432c9b8fd9f55704f3d322bfa617ac67b08ba9530"
- , "subdir": "fmt-11.1.3"
+ , "content": "da6ad435963d4578c63c723e61a1e6b136fd61d8"
+ , "fetch": "https://github.com/fmtlib/fmt/releases/download/11.2.0/fmt-11.2.0.zip"
+ , "sha256": "203eb4e8aa0d746c62d8f903df58e0419e3751591bb53ff971096eaa0ebd4ec3"
+ , "sha512": "75586d02284a33c0c101b6e78cbb1d61f169610ae9027ddfc20936751a8c2ac4453f3046e7b05fa167a8f8eedeafde0f4cb0bff4f798c17c80994521f660174d"
+ , "subdir": "fmt-11.2.0"
}
, "target_root": "just/import targets"
, "target_file_name": "TARGETS.fmt"
@@ -786,8 +786,8 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/justbuild"
- , "branch": "v1.5.3"
- , "commit": "f9fb8d7a2f0771f0de410c2e981634c0065b0601"
+ , "branch": "v1.6.0-beta1"
+ , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86"
, "subdir": "etc/patches"
}
}
@@ -828,8 +828,8 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/justbuild"
- , "branch": "v1.5.3"
- , "commit": "f9fb8d7a2f0771f0de410c2e981634c0065b0601"
+ , "branch": "v1.6.0-beta1"
+ , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86"
, "subdir": "rules"
}
, "target_root": "just/defaults"
@@ -950,8 +950,8 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/justbuild"
- , "branch": "v1.5.3"
- , "commit": "f9fb8d7a2f0771f0de410c2e981634c0065b0601"
+ , "branch": "v1.6.0-beta1"
+ , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86"
, "subdir": "etc/defaults"
}
}
@@ -959,8 +959,8 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/justbuild"
- , "branch": "v1.5.3"
- , "commit": "f9fb8d7a2f0771f0de410c2e981634c0065b0601"
+ , "branch": "v1.6.0-beta1"
+ , "commit": "13aa7b785cdc4d36c7ea37634ba35c038ade6b86"
, "subdir": "etc/import"
}
}
diff --git a/hashes/arm64.GITBLOBIDS b/hashes/arm64.GITBLOBIDS
index 9fc2e92..7dd23e0 100644
--- a/hashes/arm64.GITBLOBIDS
+++ b/hashes/arm64.GITBLOBIDS
@@ -1,12 +1,12 @@
{
"bin/just": {
"file_type": "x",
- "id": "745d838c990b0897c8b02ebbeb0f2b87585363dd",
- "size": 27196376
+ "id": "0bee0480755e643211e4fdd72975e40f995e3d56",
+ "size": 27636248
},
"bin/just-mr": {
"file_type": "x",
- "id": "971c1f73d118fa2050a58df863f0dca4ca402b77",
- "size": 26109176
+ "id": "d51aec2917961c9e621ebcbfdfc487705b732a04",
+ "size": 26326512
}
}
diff --git a/hashes/arm64.SHA256SUMS b/hashes/arm64.SHA256SUMS
index b0e895c..c43b311 100644
--- a/hashes/arm64.SHA256SUMS
+++ b/hashes/arm64.SHA256SUMS
@@ -1,2 +1,2 @@
-8e59c1087bdcaa722564ebdf66c827eca8dbc06f83f1fad395a0c8de8f5d70ff bin/just
-905e0ead4acaf7ab34a1c889c72a0ac4a15d9928b89af33040efc9acf77960d0 bin/just-mr
+388210742fe04ce11ac343feaa670fd8a87e0e0230a3ca23343f349aafdf60a9 bin/just
+2621f3be064efe2afe613ed19e21f190a13b20a94aebbc3e0c9558f1bf5a188f bin/just-mr
diff --git a/hashes/x86_64.GITBLOBIDS b/hashes/x86_64.GITBLOBIDS
index 1d964f1..844ccd5 100644
--- a/hashes/x86_64.GITBLOBIDS
+++ b/hashes/x86_64.GITBLOBIDS
@@ -1,12 +1,12 @@
{
"bin/just": {
"file_type": "x",
- "id": "6be3e6255ff92516dc7433ff1dc6005480857f4e",
- "size": 30024880
+ "id": "0b1b3276ae49730555b264a7625f5a531044e094",
+ "size": 30511096
},
"bin/just-mr": {
"file_type": "x",
- "id": "7442c31c9cbedbb41f5ee70e712b3ac89688ad33",
- "size": 28787112
+ "id": "e9def7c41c85be67d6805526a6be7c7fdd88b031",
+ "size": 28991336
}
}
diff --git a/hashes/x86_64.SHA256SUMS b/hashes/x86_64.SHA256SUMS
index dc0b92f..0c97d3a 100644
--- a/hashes/x86_64.SHA256SUMS
+++ b/hashes/x86_64.SHA256SUMS
@@ -1,3 +1,2 @@
-/tmp/x86
-91db4b109da50977c4e097c9b138158fc294e2c0d558946f3eceb2fe77ece8ea bin/just
-872e8de0bfbe834b39e172e6a2da4669955111d8a22590bb0c8f36ace8a42081 bin/just-mr
+2fa5f608fc0920885dba318ab26b7464d9131459650fb8ee564018ee89e2ecf6 bin/just
+9b8b778a2d3737335a7ad242832e465378272bba90a175c4f9447bb47f70d741 bin/just-mr