You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download curl will hang when building TarsCpp on MSVC and we've had this issue a few times recently, it's an unstable and reproducible issue. I'm not sure if this is TarsCpp's problem or CMake's problem (I can confirm that we haven't upgraded CMake recently).
Environment:
cmake version 3.22.0
VS2019 16.11.11
OS: windows server 2019
TarsCpp version: 4b9042c
Repro steps:
Open VS2019 x86 native tools command
Save the following steps to build.cmd and execute it
@ruanshudong We have finally updated the version of CMake recently, but this issue still exists. I had this problem after building TarsCpp 3 times in a loop.
Download curl will hang when building TarsCpp on MSVC and we've had this issue a few times recently, it's an unstable and reproducible issue. I'm not sure if this is TarsCpp's problem or CMake's problem (I can confirm that we haven't upgraded CMake recently).
Environment:
cmake version 3.22.0
VS2019 16.11.11
OS: windows server 2019
TarsCpp version: 4b9042c
Repro steps:
Error:
-- Downloading...
dst='F:/gitP/TarsCloud/TarsCpp/download/curl-7.69.1.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='http://cdn.tarsyun.com/src/curl-7.69.1.tar.gz'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
Hang for hours until it timeout.
The text was updated successfully, but these errors were encountered: