Skip to content

Commit 95e0e80

Browse files
committed
Windows: disable the static standard library build
We now build the experimental SDK statically and dynamically. For now, remove the static variant build for PR testing, the release builds will build both the static and dynamic variant. This will prevent packaging from being run on PR testing, and fortunately, the swift toolchain builds are going to build both already.
1 parent d2935f4 commit 95e0e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if not "%SKIP_PACKAGING%"=="1" set "SkipPackagingArg= "
7272

7373
:: Build the -WindowsSDKArchitectures argument, if any, otherwise build all the SDKs.
7474
set "WindowsSDKArchitecturesArg= "
75-
if not "%WINDOWS_SDKS%"=="" set "WindowsSDKArchitecturesArg=-Windows -WindowsSDKArchitectures %WINDOWS_SDKS%"
75+
if not "%WINDOWS_SDKS%"=="" set "WindowsSDKArchitecturesArg=-Windows -WindowsSDKArchitectures %WINDOWS_SDKS% -WindowsSDKLinkModes dynamic"
7676

7777
:: Build the -HostArchName argument, if any.
7878
set "HostArchNameArg="

0 commit comments

Comments
 (0)