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
When building a dependency, the source files are downloaded with an upfront message that tells you how large the download is and there are regular updates on the progress printed in the terminal. However, there is no final message when the download is done, and also no message at all about the unpacking process.
When I tried to build qt/5.15.10, the download was seemingly stuck near the end. Checking the Task Manager (as I'm on Windows) showed that Python is maxing out one core, and the Resource Monitor showed a lot of I/O activity in %USERPROFILE%\.conan2\p\ which I assume was caused by Conan unpacking the source files, which can take a while.
It would be great to have an initial message about the unpacking and ideally continuous updates about the progress similar to the download.
(Observed on Windows 11 with Conan 2.0.9)
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
Thanks for your suggestion.
I agree this would be a nice improvement to the UX. At the moment it will display something for .zip files, but not for other .tgz, .xz extensions, so better add something there. Also add a info message when download finishes for large files, or at least when unzipping starts.
What is your suggestion?
When building a dependency, the source files are downloaded with an upfront message that tells you how large the download is and there are regular updates on the progress printed in the terminal. However, there is no final message when the download is done, and also no message at all about the unpacking process.
When I tried to build
qt/5.15.10
, the download was seemingly stuck near the end. Checking the Task Manager (as I'm on Windows) showed that Python is maxing out one core, and the Resource Monitor showed a lot of I/O activity in%USERPROFILE%\.conan2\p\
which I assume was caused by Conan unpacking the source files, which can take a while.It would be great to have an initial message about the unpacking and ideally continuous updates about the progress similar to the download.
(Observed on Windows 11 with Conan 2.0.9)
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: