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

   @assignUser You can try this for `TEST_DEFAULT=0 TEST_SOURCE=0 TEST_CPP=1 
USE_CONDA=1 dev/release/verify-release-candidate.sh 12.0.0 0` with the 
following patch:
   
   ```diff
   diff --git a/dev/release/verify-release-candidate.sh 
b/dev/release/verify-release-candidate.sh
   index 779e71a38..334348a8f 100755
   --- a/dev/release/verify-release-candidate.sh
   +++ b/dev/release/verify-release-candidate.sh
   @@ -599,6 +599,8 @@ test_and_install_cpp() {
        ARROW_CMAKE_OPTIONS="${ARROW_CMAKE_OPTIONS:-} -G ${CMAKE_GENERATOR}"
      fi
    
   +  cp ${SOURCE_DIR}/../../cpp/build-support/run-test.sh 
${ARROW_SOURCE_DIR}/cpp/build-support/
   +
      cmake \
        -DARROW_BOOST_USE_SHARED=ON \
        -DARROW_BUILD_EXAMPLES=OFF \
   ```
   
   I confirmed that the verification command passes with this change on the 
`manjarolinux/base` Docker image.


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