assignUser commented on code in PR #14243:
URL: https://github.com/apache/arrow/pull/14243#discussion_r980402429
##########
r/inst/build_arrow_static.sh:
##########
@@ -85,7 +87,7 @@ ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
-G ${CMAKE_GENERATOR:-"Unix Makefiles"} \
${SOURCE_DIR}
-${CMAKE} --build . --target install
+${CMAKE} --build . --target install -- -j $N_JOBS
Review Comment:
we were building single core, the build times for the linux binaries in
r-binary-package is now down to 10min with sccache :rocket:
--
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]