raulcd commented on code in PR #47484: URL: https://github.com/apache/arrow/pull/47484#discussion_r2322764977
########## ci/scripts/install_vcpkg.sh: ########## @@ -42,6 +43,11 @@ pushd "${vcpkg_destination}" git checkout "${vcpkg_version}" +if [ -f "${vcpkg_patch}" ]; then Review Comment: we probably don't even require the `if` right? I did just copy & pasted the pattern we use for the ports patch. I can remove the if and apply the patch unconditionally: ``` git apply --verbose --ignore-whitespace "${vcpkg_patch}" echo "Patch successfully applied to the VCPKG files!" ``` -- 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