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
Some users may don't know the mingw toolchain will not be installed without install-tool.
The solution
IMO, unconditionally installing all dependencies will cause a waste of space. Not everyone needs qt.tools.qtcreator, qt.qt6.672.doc and qt.qt6.672.examples, especially in a CI environment. However, the toolchain is essential for Qt development, so I think we can provide suggestions based on string matching.
Is your feature request related to a problem?
Source: jurplel/install-qt-action#253
This is https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt6_672/Updates.xml:
Some users may don't know the mingw toolchain will not be installed without
install-tool
.The solution
IMO, unconditionally installing all dependencies will cause a waste of space. Not everyone needs
qt.tools.qtcreator
,qt.qt6.672.doc
andqt.qt6.672.examples
, especially in a CI environment. However, the toolchain is essential for Qt development, so I think we can provide suggestions based on string matching.Another example:
https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt6_672/Updates.xml
https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/tools_llvm_mingw1706/Updates.xml
.
Alternatives you've considered
None.
Additional context
I didn't debug the code, but saw the
get_depends()
function and a few tests about it:aqtinstall/aqt/archives.py
Lines 231 to 247 in cc13229
.
Code of Conduct
The text was updated successfully, but these errors were encountered: