Skip to content

Commit 652eee8

Browse files
committed
Add extra components
1 parent c195369 commit 652eee8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/docker/python-wheel-windows-vs2022-base.dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,16 @@ RUN `
6565
curl -SL --output vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtools.exe `
6666
&& (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
6767
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
68+
--includeRecommended --includeOptional ^ `
69+
--add Microsoft.VisualStudio.Component.VC.ATLMFC ^ `
6870
--add Microsoft.VisualStudio.Component.VC.CoreBuildTools `
6971
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
7072
--add Microsoft.VisualStudio.Component.Windows10SDK.20348 `
7173
--add Microsoft.VisualStudio.Component.VC.CMake.Project `
74+
--add Microsoft.VisualStudio.Workload.VCTools ^ `
75+
--add Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools ^ `
7276
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `
7377
&& del /q vs_buildtools.exe
74-
RUN call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
7578

7679
# Install choco CLI
7780
#

0 commit comments

Comments
 (0)