kou commented on PR #41716:
URL: https://github.com/apache/arrow/pull/41716#issuecomment-2119596219

   We can CI logs for it.
   
   Anyway... The parameter wasn't used...: 
https://github.com/apache/arrow/actions/runs/9152098620/job/25159059866?pr=41716#step:6:864
   
   Could you also add this?
   
   ```diff
   diff --git a/ci/scripts/cpp_build.sh b/ci/scripts/cpp_build.sh
   index a1f40fc360..6a3a53f253 100755
   --- a/ci/scripts/cpp_build.sh
   +++ b/ci/scripts/cpp_build.sh
   @@ -120,6 +120,7 @@ else
        -DARROW_BUILD_BENCHMARKS=${ARROW_BUILD_BENCHMARKS:-OFF} \
        -DARROW_BUILD_EXAMPLES=${ARROW_BUILD_EXAMPLES:-OFF} \
        -DARROW_BUILD_INTEGRATION=${ARROW_BUILD_INTEGRATION:-OFF} \
   +    -DARROW_BUILD_OPENMP_BENCHMARKS=${ARROW_BUILD_OPENMP_BENCHMARKS:-OFF} \
        -DARROW_BUILD_SHARED=${ARROW_BUILD_SHARED:-ON} \
        -DARROW_BUILD_STATIC=${ARROW_BUILD_STATIC:-ON} \
        -DARROW_BUILD_TESTS=${ARROW_BUILD_TESTS:-OFF} \
   ```


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

Reply via email to