Skip to content

Commit

Permalink
CI: Remove additional Qt PDBs
Browse files Browse the repository at this point in the history
We avoid shipping the Qt binary tool PDBs because we haven't had a need
for them.

Qt 6.5 added the tracepointgen tool. Let's exclude that.

Somewhere between Qt 6.5.3 and 6.6.1, the syncqt tool started building
PDBs even in Release configuration. Let's just exclude it for now. We
can unravel that mystery another day.
  • Loading branch information
RytoEX committed May 2, 2024
1 parent d77d7f4 commit 603a517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/package-windows-qt/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ runs:
'qtpaths.pdb'
'qvkgen.pdb'
'rcc.pdb'
'syncqt.pdb'
'tracegen.pdb'
'tracepointgen.pdb'
'uic.pdb'
)
Expand Down

0 comments on commit 603a517

Please sign in to comment.