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


##########
ci/scripts/PKGBUILD:
##########
@@ -83,7 +81,7 @@ build() {
   # segfaults in tests
 
   MSYS2_ARG_CONV_EXCL="-DCMAKE_INSTALL_PREFIX=" \

Review Comment:
   After some testing an investigation  
`MSYS2_ARG_CONV_EXCL="-DCMAKE_INSTALL_PREFIX="` is an MSYS2 env var to do not 
auto-convert the path that we set below, which if removed causes several 
failures. I found some more info here: 
https://www.msys2.org/docs/filesystem-paths/#process-arguments
   I've added a comment for it.



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