diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-06-28 19:31:36 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2024-06-28 19:31:36 +0200 |
commit | d8f86817b6ad81e14d0fb8af8228be01b6a42a3b (patch) | |
tree | 2c965ebad10204d943416ae6b48351868e4158d1 | |
parent | 76c3c666b0b88da33419770143970d4727eee4db (diff) | |
download | justbuild-static-binaries-d8f86817b6ad81e14d0fb8af8228be01b6a42a3b.tar.gz |
update reference to bootstrappable-toolchain
-rw-r--r-- | etc/repos.json | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/etc/repos.json b/etc/repos.json index ee8f944..3ece299 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": "204b118c3674169cef3fc6266034785f2444d0e4" + , "commit": "e66170d0e61426f5443e7957bcd52b65b067653b" , "subdir": "etc/patches" } } @@ -272,10 +272,10 @@ , "imported-toolchain/rules": { "repository": { "type": "zip" - , "content": "93e7da57507252d26e1d96c51b833c0bff378ea6" - , "fetch": "https://github.com/just-buildsystem/rules-cc/archive/ca97366d226e5308735acdfe1efc0d2eef9f329c.zip" - , "sha256": "4d1806a21427a18e390543034713922c2f6be3a8e5684b00ba0b8819d858e8aa" - , "subdir": "rules-cc-ca97366d226e5308735acdfe1efc0d2eef9f329c/rules" + , "content": "aa97600ced6823f70c2d0b969d746bc58a9ffee5" + , "fetch": "https://github.com/just-buildsystem/rules-cc/archive/d8bc5a10b5cd97fb69c3e05d93884986d566dc60.zip" + , "sha256": "18ae5977528390f8d93a3e9f124a92016ea30e17de1fbd264d0d7a85ebcddb93" + , "subdir": "rules-cc-d8bc5a10b5cd97fb69c3e05d93884986d566dc60/rules" } } , "imported-toolchain/rules/gcc": @@ -286,6 +286,7 @@ , "bindings": { "base": "imported-toolchain/rules/stage-1" , "gcc": "imported-toolchain/stage-1/gcc" + , "stage-0": "imported-toolchain/rules/stage-0" } } , "imported-toolchain/rules/stage-0": @@ -293,6 +294,7 @@ , "target_root": "imported-toolchain/defaults" , "rule_root": "imported-toolchain/rules" , "target_file_name": "stage-0.TARGETS" + , "bindings": {"busybox": "imported-toolchain/stage-0/busybox"} } , "imported-toolchain/rules/stage-1": { "repository": "imported-toolchain/rules" @@ -303,6 +305,7 @@ { "make": "imported-toolchain/stage-0/make" , "busybox": "imported-toolchain/stage-0/busybox" , "gcc": "imported-toolchain/stage-0/gcc" + , "stage-0": "imported-toolchain/rules/stage-0" } } , "imported-toolchain/rules/tools": @@ -313,6 +316,7 @@ , "bindings": { "base": "imported-toolchain/rules/gcc" , "gcc-musl": "imported-toolchain/compilers/gcc-14.1.0-musl" + , "stage-0": "imported-toolchain/rules/stage-0" } } , "imported-toolchain/stage-0/binutils": @@ -467,7 +471,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "204b118c3674169cef3fc6266034785f2444d0e4" + , "commit": "e66170d0e61426f5443e7957bcd52b65b067653b" , "subdir": "src/bootstrap" } } @@ -476,7 +480,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "204b118c3674169cef3fc6266034785f2444d0e4" + , "commit": "e66170d0e61426f5443e7957bcd52b65b067653b" , "subdir": "src/compilers" } } @@ -485,7 +489,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "204b118c3674169cef3fc6266034785f2444d0e4" + , "commit": "e66170d0e61426f5443e7957bcd52b65b067653b" , "subdir": "etc/defaults" } } @@ -494,7 +498,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "204b118c3674169cef3fc6266034785f2444d0e4" + , "commit": "e66170d0e61426f5443e7957bcd52b65b067653b" , "subdir": "etc/imports" } } @@ -503,7 +507,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "204b118c3674169cef3fc6266034785f2444d0e4" + , "commit": "e66170d0e61426f5443e7957bcd52b65b067653b" , "subdir": "toolchains" } } @@ -512,7 +516,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "204b118c3674169cef3fc6266034785f2444d0e4" + , "commit": "e66170d0e61426f5443e7957bcd52b65b067653b" , "subdir": "src/tools" } } |