assignUser commented on PR #39522: URL: https://github.com/apache/arrow/pull/39522#issuecomment-1884862405
> Isn't this making builds slower? Tiny bit maybe but unlikely as the jemalloc build in itself is pretty quick + we only set the one build to -j1 so the cmake can still build other objects/external prjects in parallel. > Can it be circumvented to only CMake 3.28? That would be possible via https://cmake.org/cmake/help/latest/variable/CMAKE_VERSION.html but also it only applies when using the Make Generator and most dev/ci are likely using Ninja... > Also, is an issue open with the CMake project? No but I have that as a todo. I haven't found a working reprex yet, I guess it needs the many parallel external projects we have... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
