-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Support linux_gcc_arm64 arch in 6.7.0 #765
Conversation
Looks like you have some duplicate results in $ aqt list-qt linux desktop
...
6.7.0 6.7.0 Can you show us your output for |
Hmm, this is because it looks for versions in both https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/ and https://download.qt.io/online/qtsdkrepository/linux_arm64/desktop/ (and 6.7.0 is in both of those)
When I run it, I only get a few duplicates ( $ aqt list-tool linux desktop
tools_telemetry_preview
tools_telemetry_gui
tools_telemetry_eval_gui
tools_telemetry
tools_qtdesignstudio_preview
tools_qtdesignstudio_generation2_preview
tools_qtdesignstudio_generation2_lts
tools_qtdesignstudio_generation2
tools_qtdesignstudio
tools_qtcreator_preview
tools_qtcreator_gui
tools_qtcreator
tools_qt3dstudio_runtime_preview
tools_qt3dstudio_runtime_240
tools_qt3dstudio_runtime_230
tools_qt3dstudio_runtime_220
tools_qt3dstudio_preview
tools_qt3dstudio_openglruntime_preview
tools_qt3dstudio_openglruntime_280_5151
tools_qt3dstudio_openglruntime_280
tools_qt3dstudio_openglruntime_270_5150
tools_qt3dstudio_openglruntime_270
tools_qt3dstudio_openglruntime_260
tools_qt3dstudio_openglruntime_250
tools_qt3dstudio_openglruntime_240
tools_qt3dstudio
tools_opensslv3_src
tools_ninja
tools_maintenance_update_reminder
tools_maintenance_early_access
tools_maintenance
tools_ifw
tools_generic
tools_conan
tools_cmake
sdktool
tools_maintenance
tools_ifw
tools_cmake
sdktool However android fails $ aqt list-tool linux android
ERROR : Failed to retrieve file at https://qt.mirror.constant.com/online/qtsdkrepository/linux_arm64/android/
Server response code: 404, reason: Not Found Ugh, so this is because we don't account for target when deciding to look in both places. I just pushed a fix, now it returns: $ aqt list-tool linux android
tools_qt3dstudio_runtime_preview
tools_qt3dstudio_runtime_240
tools_qt3dstudio_runtime_230
tools_qt3dstudio_runtime_220
tools_qt3dstudio_openglruntime_preview
tools_qt3dstudio_openglruntime_280_5151
tools_qt3dstudio_openglruntime_280
tools_qt3dstudio_openglruntime_270_5150
tools_qt3dstudio_openglruntime_270
tools_qt3dstudio_openglruntime_260
tools_qt3dstudio_openglruntime_250
tools_qt3dstudio_openglruntime_240 |
Interesting. I didn't realize that |
I guess my original implementation that used a separate host would resolve this? Maybe this was why Qt split at the top level instead of just a new arm64 arch under |
I opened #766 as an alternative implementation |
Closing in favor of #766 |
Initial support, probably missing some cases.
Fixes #750
Some interactive testing: