WillAyd commented on code in PR #46501:
URL: https://github.com/apache/arrow/pull/46501#discussion_r2109457847


##########
ci/scripts/cpp_test.sh:
##########
@@ -92,7 +92,9 @@ fi
 if [ "${ARROW_USE_MESON:-OFF}" = "ON" ]; then
   ARROW_BUILD_EXAMPLES=OFF # TODO: Remove this
   meson test \
+    --no-rebuild \

Review Comment:
   Is the no-rebuild still required?



##########
ci/scripts/cpp_build.sh:
##########
@@ -287,6 +287,11 @@ fi
 if [ "${ARROW_USE_MESON:-OFF}" = "ON" ]; then
   time meson compile -j ${ARROW_BUILD_PARALLEL}
   meson install
+  # Remove all added files in cpp/subprojects/ because they may have
+  # unreadable permissions on Docker host.
+  pushd "${source_dir}"
+  meson subprojects purge --confirm --include-cache
+  popd

Review Comment:
   Is this still required? 



-- 
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-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to