pitrou opened a new issue, #45156: URL: https://github.com/apache/arrow/issues/45156
### Describe the enhancement requested Our Windows wheel build setup currently uses Docker images based on https://hub.docker.com/r/abrarov/msvc-2019 This image is old and contains [unwanted software](https://github.com/mabrarov/build-scripts/tree/v2.16.0/docker/windows-dev). We should instead try to build our own images from scratch. It's possible to install the VS Build Tools in a container image: https://learn.microsoft.com/en-us/visualstudio/install/build-tools-container?view=vs-2022 https://learn.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-build-tools?view=vs-2022 Initial research suggests this command: ``` vs_buildtools.exe --quiet --wait --norestart \ --add Microsoft.VisualStudio.Component.VC.CoreBuildTools \ --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 \ --installPath c:\tt ``` ### Component(s) Continuous Integration, Packaging, Python -- 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]
