You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/22 14:24:06 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #12023: ARROW-15189: [C++] Upgrade bundled utf8proc version

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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org