miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
913 stars 84 forks source link

fix generate_combinations issue with Linux Qt 6.7 #756

Closed ddalcino closed 7 months ago

ddalcino commented 7 months ago

Fix issues discovered in #751. See https://github.com/miurahr/aqtinstall/pull/751#issuecomment-1935347831

Qt 6.7.0 changes the default arch for Linux from gcc_64 to linux_gcc_64. This allows the generate_combinations.py script to account for that.

Also, Qt 6.7.0 is missing a few architectures that were present in earlier versions of Qt6. This makes sure that the script can pick those up.

ddalcino commented 7 months ago

Shouldn't CI for this PR actually run the generate_combinations.py script, or did we not set it up to do that?