assignUser commented on code in PR #13483:
URL: https://github.com/apache/arrow/pull/13483#discussion_r989100308


##########
ci/scripts/r_revdepcheck.sh:
##########
@@ -42,16 +75,26 @@ apt install -y libxml2-dev \
   libgeos-dev \
   libproj-dev
 
-pushd ${source_dir}
+
+# We have to be in source_dir so that cpp source detection works
+pushd $source_dir
 
 printenv
 
+# copy over cpp source
+make sync-cpp
+
 # By default, aws-sdk tries to contact a non-existing local ip host
 # to retrieve metadata. Disable this so that S3FileSystem tests run faster.
 export AWS_EC2_METADATA_DISABLED=TRUE
 
 # Set crancache dir so we can cache it
-export CRANCACHE_DIR="/arrow/.crancache"
+export CRANCACHE_DIR="${1}/.crancache"
+
+# Don't use system boost to prevent issues with missing components 
+export EXTRA_CMAKE_FLAGS='-DBoost_SOURCE=BUNDLED'

Review Comment:
   This just fixes issues with half installed boost components, I think the 
issue might be fixed by now in cmake, let me check



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