pitrou commented on code in PR #47589:
URL: https://github.com/apache/arrow/pull/47589#discussion_r2409930757
##########
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:
@kou How can `patch` be installed for MinGW builds? This doesn't seem to
work.
--
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]