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 2022/04/27 03:29:15 UTC

[GitHub] [arrow] cyb70289 commented on a diff in pull request #13008: ARROW-16355: [Dev] Add "-jN" to build cpp in verify-release-candidate.sh

cyb70289 commented on code in PR #13008:
URL: https://github.com/apache/arrow/pull/13008#discussion_r859342519


##########
dev/release/verify-release-candidate.sh:
##########
@@ -616,14 +616,12 @@ test_and_install_cpp() {
     -DPARQUET_REQUIRE_ENCRYPTION=ON \
     ${ARROW_CMAKE_OPTIONS:-} \
     ${ARROW_SOURCE_DIR}/cpp
-  cmake --build . --target install
+  cmake --build . --target install -j$NPROC
 
   # Explicitly set site-package directory, otherwise the C++ tests are unable
   # to load numpy in a python virtualenv
   local pythonpath=$(python -c "import site; print(site.getsitepackages()[0])")
 
-  # TODO: ARROW-5036: plasma-serialization_tests broken
-  # TODO: ARROW-5054: libgtest.so link failure in flight-server-test

Review Comment:
   These two issues are closed.



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