diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-09 14:07:56 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-09 14:14:06 +0200 |
commit | 5c158f5a4f6d28950b042290aa953cc798af28f0 (patch) | |
tree | 78aa2cac49ca53838a88eaffcbf2013599471a30 | |
parent | e3374fdfb7dba41920d276a02331ed4c990a6071 (diff) | |
download | justbuild-static-binaries-5c158f5a4f6d28950b042290aa953cc798af28f0.tar.gz |
update bootstrappable toolchain
-rw-r--r-- | etc/repos.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/repos.json b/etc/repos.json index 856e76a..8b32845 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -257,7 +257,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "e6837f60786a942f492ec57ba8114ac15eb9f2e6" + , "commit": "9e11172824011a57c9d27af0283b24d84b8c0ae7" , "subdir": "etc/patches" } } @@ -471,7 +471,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "e6837f60786a942f492ec57ba8114ac15eb9f2e6" + , "commit": "9e11172824011a57c9d27af0283b24d84b8c0ae7" , "subdir": "src/bootstrap" } } @@ -480,7 +480,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "e6837f60786a942f492ec57ba8114ac15eb9f2e6" + , "commit": "9e11172824011a57c9d27af0283b24d84b8c0ae7" , "subdir": "src/compilers" } } @@ -489,7 +489,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "e6837f60786a942f492ec57ba8114ac15eb9f2e6" + , "commit": "9e11172824011a57c9d27af0283b24d84b8c0ae7" , "subdir": "etc/defaults" } } @@ -498,7 +498,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "e6837f60786a942f492ec57ba8114ac15eb9f2e6" + , "commit": "9e11172824011a57c9d27af0283b24d84b8c0ae7" , "subdir": "etc/imports" } } @@ -507,7 +507,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "e6837f60786a942f492ec57ba8114ac15eb9f2e6" + , "commit": "9e11172824011a57c9d27af0283b24d84b8c0ae7" , "subdir": "toolchains" } } @@ -516,7 +516,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "e6837f60786a942f492ec57ba8114ac15eb9f2e6" + , "commit": "9e11172824011a57c9d27af0283b24d84b8c0ae7" , "subdir": "src/tools" } } |