-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: fix error when instaling win64_llvm_mingw / Qt 6.7 and 6.8 #826
Conversation
Signed-off-by: Hiroshi Miura <[email protected]>
780b033
to
e38fb3a
Compare
Windows install-qt 6.7.3 win64_llvm_mingw for desktop failed as expected.
|
349bfd9
to
88746ed
Compare
- set arch_dir to be llvm_mingw_64 Signed-off-by: Hiroshi Miura <[email protected]>
88746ed
to
7cfd15a
Compare
failed
|
Patchings are worked as expected now.
but it is still failed on build test.
@pcolby could you help to investigate it? |
No entry for |
Looks all right to me. $ python -m aqt list-tool windows desktop | grep mingw
tools_mingw1310
tools_mingw90
tools_mingw
tools_llvm_mingw1706
$ python -m aqt list-tool windows desktop tools_llvm_mingw1706
qt.tools.win64_llvm_mingw1706
$ python -m aqt list-tool windows desktop tools_mingw1310
qt.tools.win64_mingw1310 Looks like: Lines 291 to 292 in 7fbe587
... needs to add logic for the alternate cases, when you need to install |
#829 should make this work |
I've pulled @ddalcino changes to the topic branch. Thanks. |
Ignore autodesktop for llvm-mingw case
ref #825