diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-11-15 15:34:45 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-11-15 15:42:28 +0100 |
commit | c68ca0acdb5bdee63873ac8ddc8a5921880f84ff (patch) | |
tree | d8ed02797ef955b0625defdb45d00ec789cd129d /etc | |
parent | 217d032d8b60f09576a2ee4745e8677bcb1fafa4 (diff) | |
download | justbuild-static-binaries-c68ca0acdb5bdee63873ac8ddc8a5921880f84ff.tar.gz |
Update to 1.2.3
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/generate-repos.sh | 2 | ||||
-rw-r--r-- | etc/repos.json | 20 |
2 files changed, 11 insertions, 11 deletions
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index c41cba9..56d0db9 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.2.2} +: ${JUST_BRANCH:=v1.2.3} : ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain} : ${TC_BRANCH:=master} : ${TC_NAME:=gcc-13.2.0-musl+tools} diff --git a/etc/repos.json b/etc/repos.json index 8f46b37..5f0a657 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -535,8 +535,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.2" - , "commit": "e1ee04684c34ae30ac3c91b6753e99a81a9dc51c" + , "branch": "v1.2.3" + , "commit": "45e9c1c85399f00372ad8b72894979a0002d8f95" } , "bindings": { "rules": "just/rules-just" @@ -762,8 +762,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.2" - , "commit": "e1ee04684c34ae30ac3c91b6753e99a81a9dc51c" + , "branch": "v1.2.3" + , "commit": "45e9c1c85399f00372ad8b72894979a0002d8f95" , "subdir": "etc/patches" } } @@ -801,8 +801,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.2" - , "commit": "e1ee04684c34ae30ac3c91b6753e99a81a9dc51c" + , "branch": "v1.2.3" + , "commit": "45e9c1c85399f00372ad8b72894979a0002d8f95" , "subdir": "rules" } , "target_root": "just/defaults" @@ -920,8 +920,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.2" - , "commit": "e1ee04684c34ae30ac3c91b6753e99a81a9dc51c" + , "branch": "v1.2.3" + , "commit": "45e9c1c85399f00372ad8b72894979a0002d8f95" , "subdir": "etc/defaults" } } @@ -929,8 +929,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.2" - , "commit": "e1ee04684c34ae30ac3c91b6753e99a81a9dc51c" + , "branch": "v1.2.3" + , "commit": "45e9c1c85399f00372ad8b72894979a0002d8f95" , "subdir": "etc/import" } } |