Skip to content

Commit 4fe33ca

Browse files
committed
Try new components on buildtools
1 parent 652eee8 commit 4fe33ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ RUN `
3737
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
3838
--add Microsoft.VisualStudio.Component.Windows10SDK.20348 `
3939
--add Microsoft.VisualStudio.Component.VC.CMake.Project `
40+
--add Microsoft.VisualStudio.Workload.VCTools ^ `
41+
--add Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools ^ `
4042
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `
4143
&& del /q vs_buildtools.exe
4244

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ 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 ^ `
6968
--add Microsoft.VisualStudio.Component.VC.ATLMFC ^ `
7069
--add Microsoft.VisualStudio.Component.VC.CoreBuildTools `
7170
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `

0 commit comments

Comments
 (0)