kou commented on code in PR #46339:
URL: https://github.com/apache/arrow/pull/46339#discussion_r2078972963
##########
dev/release/verify-release-candidate.sh:
##########
@@ -591,7 +591,7 @@ test_and_install_cpp() {
-DPARQUET_REQUIRE_ENCRYPTION=ON \
${ARROW_CMAKE_OPTIONS:-} \
${ARROW_SOURCE_DIR}/cpp
- export CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-${NPROC}}
+ export CMAKE_BUILD_PARALLEL_LEVEL=${ARROW_BUILD_PARALLEL:-${NPROC}}
Review Comment:
Hmm. I think that we don't need this because we always use CMake in this
script.
If we want this, could you use `ARROW_BUILD_PARALLEL` only if
`CMAKE_BUILD_PARALLEL` isn't defined?
--
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]