@@ -68,9 +68,10 @@ set RunTest=1
68
68
if " %1 " == " -notest" set RunTest = 0
69
69
70
70
call :clone_repositories %exitOnError%
71
- call :download_icu %exitOnError%
71
+ :: TODO: Disabled until we need Foundation in this build script.
72
+ :: call :download_icu %exitOnError%
72
73
:: TODO: Disabled until we need LLBuild/SwiftPM in this build script.
73
- :: call :download_sqlite3
74
+ :: call :download_sqlite3 %exitOnError%
74
75
75
76
call :build_llvm %exitOnError%
76
77
path %PATH% ;%install_directory% \bin
@@ -85,7 +86,7 @@ call :build_lldb %exitOnError%
85
86
path %PATH% ;C:\Program Files\Git\usr\bin
86
87
call :build_libdispatch %exitOnError%
87
88
88
- path %source_root% \icu- %icu_version% \bin64; % install_directory% \bin;%build_root% \swift\bin;%build_root% \swift\libdispatch-prefix\bin;%PATH%
89
+ path %install_directory% \bin;%build_root% \swift\bin;%build_root% \swift\libdispatch-prefix\bin;%PATH%
89
90
90
91
if %RunTest% == 1 (
91
92
call :test_swift %exitOnError%
@@ -134,8 +135,7 @@ endlocal
134
135
135
136
136
137
:download_icu
137
- :: Downloads ICU, which will be used as a dependency for the Swift Standard
138
- :: Library and Foundation.
138
+ :: Downloads ICU, which will be used as a dependency for Foundation.
139
139
setlocal enableextensions enabledelayedexpansion
140
140
141
141
set file_name = icu4c-%icu_version% -Win64-MSVC2017.zip
0 commit comments