Skip to content

Commit

Permalink
Exclude MinGW builds with Qt 6.6.0 for now
Browse files Browse the repository at this point in the history
Qt 6.6.0 is currently a pre-release version, and all unit tests
are segfaulting in this specific combination at the moment.

Will revisit when Qt 6.6 is officially releases in a couple of
weeks (slated for 2023-10-10).
  • Loading branch information
pcolby committed Sep 30, 2023
1 parent c3fc130 commit 4428c51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ jobs:
- { arch: x86-64, qt: '5.9.9', generator: 'MinGW Makefiles' }
- { arch: x86-64, qt: '5.10.1', generator: 'MinGW Makefiles' }
- { arch: x86-64, qt: '5.11.3', generator: 'MinGW Makefiles' }
# Exclude MinGW builds with Qt 6.6.0 for now; 6.6.0 is a pre-release, and crashing.
- { arch: x86-64, qt: '6.6.0', generator: 'MinGW Makefiles' }
include: # Override default arch's for install-qt-action and msvc-dev-cmd.
- { generator: 'MinGW Makefiles', qt: '5.12.12', qtArch: win64_mingw73 }
- { generator: 'MinGW Makefiles', qt: '5.13.2', qtArch: win64_mingw73 }
Expand Down

0 comments on commit 4428c51

Please sign in to comment.