Commit 1482a31
CI Windows: use MinGW 13.1 and stage runtime DLLs
- tools_mingw1120 → tools_mingw1310. MinGW 11.2 isn't reliably available
via aqt anymore; 13.1 is what install-qt-action ships for Qt 6.5.3
on Windows (confirmed against akashi's working CI config).
- Copy libgcc_s_seh-1.dll / libstdc++-6.dll / libwinpthread-1.dll from
${IQTA_TOOLS}/mingw1310_64/bin into ./bin/ after the build. configure.sh
runs windeployqt with --no-compiler-runtime (matches the pre-migration
flags), so these need to be staged separately for the artifact to run
on a machine without MinGW installed.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 0b65c38 commit 1482a31
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
48 | 55 | | |
49 | 56 | | |
50 | 57 | | |
| |||
0 commit comments