nealrichardson commented on a change in pull request #11713:
URL: https://github.com/apache/arrow/pull/11713#discussion_r750528605



##########
File path: r/inst/build_arrow_static.sh
##########
@@ -82,5 +82,7 @@ ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
     ${EXTRA_CMAKE_FLAGS} \
     -G ${CMAKE_GENERATOR:-"Unix Makefiles"} \
     ${SOURCE_DIR}
-${CMAKE} --build . --target install
+
+${CMAKE} --build . --parallel --target install

Review comment:
       Wait, so unless you add --parallel, it won't use the `-j` jobs set in 
MAKEFLAGS?




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