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


##########
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 have no idea, what I can see is that the 
[abrarov:msvc-2022](https://hub.docker.com/r/abrarov/msvc-2022/tags) image 
(that we used in the past) is about 6.5 GB.
   That one is using a similar installation pattern that I use here, except it 
also installs an optional package see:
   
https://github.com/mabrarov/build-scripts/blob/32b6d15386fc7b9fbe08ca19ff710b3be7767e0e/docker/msvc-2022/src/app/install.ps1#L20-L30
   
   I am unsure what is the difference in size from the previous installation 
and I don't have a Windows machine to easily find out. I could find out with 
some tests pushing images to a registry.



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

Reply via email to