Skip to content

Commit

Permalink
Temporarily exclude LLVM builds for Qt 6.7 and 6.8
Browse files Browse the repository at this point in the history
Just until miurahr/aqtinstall#825 is
resolved.
  • Loading branch information
pcolby committed Oct 5, 2024
1 parent 2658da6 commit e47dfbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@ jobs:
- { toolchain: llvm, qt: '6.4.3' }
- { toolchain: llvm, qt: '6.5.3' }
- { toolchain: llvm, qt: '6.6.3' }
# \todo Temporarily exclude LLVM builds for Qt 6.7 and 6.8: https://github.com/miurahr/aqtinstall/issues/825
- { toolchain: llvm, qt: '6.7.3' }
- { toolchain: llvm, qt: '6.8.0' }
include:
# Map the aqtinstall (aqt) architectures.
- { qt: '5.9.9', toolchain: msvc, arch: x86, aqtArch: win32_msvc2015 }
Expand Down

0 comments on commit e47dfbc

Please sign in to comment.