pitrou commented on a change in pull request #12023: URL: https://github.com/apache/arrow/pull/12023#discussion_r773924762
########## File path: ci/scripts/cpp_build.sh ########## @@ -145,7 +145,7 @@ cmake \ if [ ! -z "${CPP_MAKE_PARALLELISM}" ]; then time cmake --build . --target install -- -j${CPP_MAKE_PARALLELISM} else - time cmake --build . --target install + time cmake --build . --target install --parallel Review comment: cc @kszucs -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org