diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-04-02 17:21:08 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-04-04 15:57:13 +0200 |
commit | b74386115e1551eb27797f2cc27b2e67c33fed17 (patch) | |
tree | 5caf71b8c8d61cf1a7bbf235d23b116a7a6dc208 /etc | |
parent | b1a95dd29f236a6e2e6aef1b15de0c17a2f14143 (diff) | |
download | justbuild-static-binaries-b74386115e1551eb27797f2cc27b2e67c33fed17.tar.gz |
Use mimalloc to fix musl performance issues
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/etc/repos.json b/etc/repos.json index 4eaa779..2711a89 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -53,6 +53,7 @@ , "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": @@ -140,6 +141,17 @@ , "target_root": "imported-toolchain/imports" , "target_file_name": "files.TARGETS" } + , "imported-toolchain/imports/mimalloc-2.1.2": + { "repository": + { "type": "archive" + , "content": "da9d9ced476e35074380f3e240b59970dc443cd8" + , "fetch": "https://github.com/microsoft/mimalloc/archive/refs/tags/v2.1.2.tar.gz" + , "sha256": "2b1bff6f717f9725c70bf8d79e4786da13de8a270059e4ba0bdd262ae7be46eb" + , "subdir": "mimalloc-2.1.2" + } + , "target_root": "imported-toolchain/imports" + , "target_file_name": "files.TARGETS" + } , "imported-toolchain/imports/mpc-1.3.1": { "repository": { "type": "archive" @@ -259,7 +271,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "1dd86efdebb18ebf099396f45b366677b66a5cfd" + , "commit": "67e7ba44cf7cf845cbb7f0f41e423ed3b9f1d7c6" , "subdir": "etc/patches" } } @@ -469,7 +481,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "1dd86efdebb18ebf099396f45b366677b66a5cfd" + , "commit": "67e7ba44cf7cf845cbb7f0f41e423ed3b9f1d7c6" , "subdir": "src/bootstrap" } } @@ -478,7 +490,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "1dd86efdebb18ebf099396f45b366677b66a5cfd" + , "commit": "67e7ba44cf7cf845cbb7f0f41e423ed3b9f1d7c6" , "subdir": "src/compilers" } } @@ -487,7 +499,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "1dd86efdebb18ebf099396f45b366677b66a5cfd" + , "commit": "67e7ba44cf7cf845cbb7f0f41e423ed3b9f1d7c6" , "subdir": "etc/defaults" } } @@ -496,7 +508,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "1dd86efdebb18ebf099396f45b366677b66a5cfd" + , "commit": "67e7ba44cf7cf845cbb7f0f41e423ed3b9f1d7c6" , "subdir": "etc/imports" } } @@ -505,7 +517,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "1dd86efdebb18ebf099396f45b366677b66a5cfd" + , "commit": "67e7ba44cf7cf845cbb7f0f41e423ed3b9f1d7c6" , "subdir": "toolchains" } } @@ -514,7 +526,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "1dd86efdebb18ebf099396f45b366677b66a5cfd" + , "commit": "67e7ba44cf7cf845cbb7f0f41e423ed3b9f1d7c6" , "subdir": "src/tools" } } |