pitrou commented on a change in pull request #11713:
URL: https://github.com/apache/arrow/pull/11713#discussion_r751039239
##########
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:
Ok, it seems that wasn't necessary actually. MAKEFLAGS was simply not
set correctly :-)
--
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]