Uh oh!
There was an error while loading. Please reload this page.
MINOR: [C++] Bump bundled mimalloc version - #44941
Conversation
pitrou
commented
Dec 4, 2024
Ok, we'll first have to bump our minimum CMake version because mimalloc now requires CMake 3.18: |
kou
commented
Dec 5, 2024
I don't object bumping our minimum CMake version but we can require CMake 3.18 or later only for mimalloc like we did for Azure SDK for C++: arrow/cpp/cmake_modules/ThirdpartyToolchain.cmake Lines 5421 to 5430 in 2b5a802 |
pitrou
commented
Dec 5, 2024
We can do that, but mimalloc is our default allocator, so perhaps we want to bump the CMake version unconditionally. Is there a ML thread about this already? cc @assignUser |
assignUser
commented
Dec 5, 2024
I think the cmake discussion mostly happened in zulip. |
pitrou
commented
Mar 31, 2025
Closing in favor of #45979 |
No description provided.