kou commented on code in PR #47589:
URL: https://github.com/apache/arrow/pull/47589#discussion_r2410012692


##########
ci/scripts/msys2_setup.sh:
##########
@@ -42,6 +42,7 @@ case "${target}" in
     packages+=("${MINGW_PACKAGE_PREFIX}-lz4")
     packages+=("${MINGW_PACKAGE_PREFIX}-ninja")
     packages+=("${MINGW_PACKAGE_PREFIX}-nlohmann-json")
+    packages+=("${MINGW_PACKAGE_PREFIX}-patch")

Review Comment:
   This will work:
   
   ```diff
   diff --git a/ci/scripts/msys2_setup.sh b/ci/scripts/msys2_setup.sh
   index 0ce9343a7f..b4634070a8 100755
   --- a/ci/scripts/msys2_setup.sh
   +++ b/ci/scripts/msys2_setup.sh
   @@ -51,6 +51,7 @@ case "${target}" in
        packages+=("${MINGW_PACKAGE_PREFIX}-xsimd")
        packages+=("${MINGW_PACKAGE_PREFIX}-uriparser")
        packages+=("${MINGW_PACKAGE_PREFIX}-zstd")
   +    packages+=("patch")
    
        if [ "${target}" != "ruby" ]; then
          # We don't update the exiting packages for Ruby because
   ```



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