amoeba commented on code in PR #44989:
URL: https://github.com/apache/arrow/pull/44989#discussion_r1896947595


##########
ci/scripts/PKGBUILD:
##########
@@ -119,7 +117,9 @@ build() {
     -DCMAKE_BUILD_TYPE="release" \
     -DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \
     -DCMAKE_UNITY_BUILD=OFF \
-    -DCMAKE_VERBOSE_MAKEFILE=ON
+    -DCMAKE_VERBOSE_MAKEFILE=ON \
+    -DAWSSDK_SOURCE=BUNDLED \
+    -DARROW_USE_CCACHE=OFF

Review Comment:
   We might try CI with this removed. I'll do that in a sec.
   
   One of the AWS EPs was failing with a ccache error about not being able to 
make temporary files and I tracked it down to a bug that affects older version 
of ccache (which we have here currently). This was my workaround.
   
   I'll test in CI without this and, if we need it, I'll put a comment.



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