miurahr / aqtinstall

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

Add python 3.8 & 3.11 to `test-install-qt.yml` #715

Closed ddalcino closed 9 months ago

ddalcino commented 9 months ago

Fix #712.

This should increase the number of CI jobs run by test-install-qt.yml by 18.

Current number of CI jobs:

New number of CI jobs:

miurahr commented 9 months ago

When CI provider complaints we run many, we can reduce it.

ddalcino commented 9 months ago

There are some problems with the test-install-qt.yml script now: https://github.com/miurahr/aqtinstall/actions/runs/6214364229/job/16866230085

I'm not really sure what's going on here; looks like it's trying to run qmake that was never installed?

ddalcino commented 9 months ago

I added a debug statement to show what the failed runs are actually installing and I found this:

Execute: ['python', '-m', 'aqt', 'install', '6.1.0', 'linux', 'desktop', 'gcc_64', '--archives', 'qtbase', 'icu', 'qt']
Execute: ['python', '-m', 'aqt', 'install', '6.1.0', 'windows', 'android', 'android_armv7']

There's a branch error here, because some builds use 'ubuntu-latest' and others use 'ubuntu-20.04': https://github.com/miurahr/aqtinstall/blob/6be1828a66aafbc02ceaba6002d367dd45919719/.github/workflows/test-install-qt.yml#L115-L123