raulcd commented on code in PR #39629:
URL: https://github.com/apache/arrow/pull/39629#discussion_r1453270091


##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -2634,7 +2639,7 @@ macro(build_bzip2)
                       BUILD_IN_SOURCE 1
                       BUILD_COMMAND ${MAKE} libbz2.a ${MAKE_BUILD_ARGS}
                                     ${BZIP2_EXTRA_ARGS}
-                      INSTALL_COMMAND ${MAKE} install PREFIX=${BZIP2_PREFIX}
+                      INSTALL_COMMAND ${MAKE} install -j1 
PREFIX=${BZIP2_PREFIX}

Review Comment:
   any reason why this is not `${MAKE_BUILD_ARGS}` and has to be hardcoded to 
`-j1`?



-- 
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]

Reply via email to