Skip to content

Commit dea944f

Browse files
authored
Update build-windows-toolchain.bat
Checkout tags even though it carries ~20% build overhead as swift-experimental-string-processing requires that.
1 parent e5bfda7 commit dea944f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ cmake ^
201201
-D PYTHON_HOME=%PYTHON_HOME% ^
202202
-D PYTHON_EXECUTABLE=%PYTHON_HOME%\python.exe ^
203203
-D SWIFT_PATH_TO_LIBDISPATCH_SOURCE="%SourceRoot%\swift-corelibs-libdispatch" ^
204+
-D EXPERIMENTAL_STRING_PROCESSING_SOURCE_DIR=%SourceRoot%\swift-experimental-string-processing ^
204205
-D SWIFT_WINDOWS_x86_64_ICU_UC_INCLUDE="%BuildRoot%\Library\icu-67.1\include\unicode" ^
205206
-D SWIFT_WINDOWS_x86_64_ICU_UC="%BuildRoot%\Library\icu-67.1\lib64\icuuc.lib" ^
206207
-D SWIFT_WINDOWS_x86_64_ICU_I18N_INCLUDE="%BuildRoot%\Library\icu-67.1\include" ^
@@ -231,6 +232,7 @@ cmake ^
231232
-D LLVM_DIR=%BuildRoot%\1\lib\cmake\llvm ^
232233
-D SWIFT_NATIVE_SWIFT_TOOLS_PATH=%BuildRoot%\1\bin ^
233234
-D SWIFT_PATH_TO_LIBDISPATCH_SOURCE=%SourceRoot%\swift-corelibs-libdispatch ^
235+
-D EXPERIMENTAL_STRING_PROCESSING_SOURCE_DIR=%SourceRoot%\swift-experimental-string-processing ^
234236
-D SWIFT_WINDOWS_x86_64_ICU_UC_INCLUDE="%BuildRoot%\Library\icu-67.1\include\unicode" ^
235237
-D SWIFT_WINDOWS_x86_64_ICU_UC="%BuildRoot%\Library\icu-67.1\lib64\icuuc.lib" ^
236238
-D SWIFT_WINDOWS_x86_64_ICU_I18N_INCLUDE="%BuildRoot%\Library\icu-67.1\include" ^
@@ -815,7 +817,7 @@ set "args=%args% --skip-repository swift-integration-tests"
815817
set "args=%args% --skip-repository swift-stress-tester"
816818
set "args=%args% --skip-repository swift-xcode-playground-support"
817819

818-
call "%SourceRoot%\swift\utils\update-checkout.cmd" %args% --clone --skip-tags --skip-history --github-comment "%ghprbCommentBody%"
820+
call "%SourceRoot%\swift\utils\update-checkout.cmd" %args% --clone --skip-history --github-comment "%ghprbCommentBody%"
819821

820822
goto :eof
821823
endlocal

0 commit comments

Comments
 (0)