raulcd commented on code in PR #47484: URL: https://github.com/apache/arrow/pull/47484#discussion_r2324374667
########## ci/docker/python-wheel-windows-test-vs2022-base.dockerfile: ########## @@ -33,10 +33,8 @@ RUN ` curl -SL --output vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtools.exe ` && (start /w vs_buildtools.exe --quiet --wait --norestart --nocache ` --installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" ` - --add Microsoft.VisualStudio.Component.VC.CoreBuildTools ` - --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 ` - --add Microsoft.VisualStudio.Component.Windows10SDK.20348 ` - --add Microsoft.VisualStudio.Component.VC.CMake.Project ` + --includeRecommended ^ ` Review Comment: I've built via CI an image with only `windows/servercore:ltsc2022` and the installation of vs_buildtools both the old and the new way. The old way: ``` ghcr.io/ursacomputing/arrow python-wheel-windows-vs2022-base-vcpkg-f7423ee180c4b7f40d43402c2feb3859161ef625-2025-09-04 cbbfe0c1cdbb 7.33GB ``` The new way: ``` ghcr.io/ursacomputing/arrow python-wheel-windows-vs2022-base-vcpkg-f7423ee180c4b7f40d43402c2feb3859161ef625-2025-09-04 13.1GB ``` Log to both builds: https://github.com/ursacomputing/crossbow/actions/runs/17486905479/job/49667666599#step:7:85 https://github.com/ursacomputing/crossbow/actions/runs/17486919748/job/49667708046#step:7:85 -- 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