Skip to content

Commit 9997443

Browse files
temporary CI test
1 parent d5432c1 commit 9997443

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/build-windows-toolchain.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ set TMPDIR=%BuildRoot%\tmp
6060
set NINJA_STATUS=[%%f/%%t][%%p][%%es]
6161

6262
:: Build the -Test argument, if any, by subtracting skipped tests
63-
set TestArg=-Test lld,lldb,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,swiftpm,
63+
set TestArg=-Test lldb,
6464
for %%I in (%SKIP_TESTS%) do (call set TestArg=%%TestArg:%%I,=%%)
6565
if "%TestArg:~-1%"=="," (set TestArg=%TestArg:~0,-1%) else (set TestArg= )
6666

@@ -79,9 +79,10 @@ powershell.exe -ExecutionPolicy RemoteSigned -File %~dp0build.ps1 ^
7979
-SourceCache %SourceRoot% ^
8080
-BinaryCache %BuildRoot% ^
8181
-ImageRoot %BuildRoot% ^
82-
%WindowsSDKsArg% ^
82+
-WindowsSDKs X86 ^
8383
%SkipPackagingArg% ^
8484
%TestArg% ^
85+
-SkipPackaging ^
8586
-Stage %PackageRoot% ^
8687
-Summary || (exit /b 1)
8788

0 commit comments

Comments
 (0)