File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ goto:eof
173
173
if EXIST " %workspace% \third-party" (
174
174
if NOT EXIST " %workspace% \third-party-ea5576.tar.gz" (
175
175
echo " The directory of third_party exists, the third-party-ea5576.tar.gz not exists."
176
+ git submodule update --init --recursive
176
177
) else (
177
178
echo " The directory of third_party exists, the third-party-ea5576.tar.gz exists."
178
179
call :rm_rebuild_dir " %workspace% \third-party"
@@ -191,13 +192,11 @@ goto:eof
191
192
echo " The directory of third_party not exists, the third-party-ea5576.tar.gz exists."
192
193
!python_path! %workspace% \lite\tools\untar.py %source_path% \third-party-ea5576.tar.gz %workspace%
193
194
)
194
-
195
195
)
196
- git submodule update --init --recursive
197
196
goto :eof
198
197
199
198
:download_third_party
200
- powershell.exe (new-object System.Net.WebClient).DownloadFile('https://paddle-inference-dist.bj.bcebos.com/PaddleLite/third-party-ea5576.tar.gz ', ^
199
+ powershell.exe (new-object System.Net.WebClient).DownloadFile('%THIRDPARTY_TAR% ', ^
201
200
'%workspace% \third-party-ea5576.tar.gz')
202
201
goto :eof
203
202
You can’t perform that action at this time.
0 commit comments