mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-06 20:35:59 +08:00
This upgrade is needed to fix:
tst_QScreenCaptureBackend failed on Ubuntu 24.04 GNOME X11
Old Tier1: qtci-linux-Ubuntu-24.04-x86_64-51 - X11
New Tier1: qtci-linux-Ubuntu-24.04-x86_64-54 - X11
Other fixes included:
- 24.04.2 has also a fix to mutterlib issue
- https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2095396
- Which caused a crash seen in journal system logs
- Installed no-overview gnome extension to fix issue: QTBUG-132070
Pick-to: 6.10
Task-number: QTQAINFRA-7007
Task-number: QTBUG-128515
Task-number: QTBUG-132070
Change-Id: I4ed86470d7b4ce82802f0a98726eb1ed51931623
Reviewed-by: Simo Fält <simo.falt@qt.io>
Reviewed-by: Liang Qi <liang.qi@qt.io>
(cherry picked from commit c6ae09efea)
70 lines
1.9 KiB
YAML
70 lines
1.9 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'macos-quick-bridges'
|
|
Template: 'qtci-macos-15-arm-104'
|
|
Compiler: 'Clang'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
Configure arguments: >
|
|
-nomake examples
|
|
-nomake tests
|
|
-release
|
|
-force-debug-info
|
|
-separate-debug-info
|
|
-optimize-size
|
|
-shared
|
|
-disable-deprecated-up-to 0x070000
|
|
-no-feature-widgets
|
|
-no-feature-sql
|
|
-no-feature-printsupport
|
|
-no-feature-dbus
|
|
-no-feature-vnc
|
|
-no-feature-picture
|
|
-no-feature-pdf
|
|
Environment variables: []
|
|
-
|
|
Id: 'linux-quick-bridges'
|
|
Template: 'qtci-linux-Ubuntu-24.04-x86_64-54'
|
|
Compiler: 'GCC'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
Configure arguments: >
|
|
-nomake examples
|
|
-nomake tests
|
|
-release
|
|
-force-debug-info
|
|
-separate-debug-info
|
|
-optimize-size
|
|
-shared
|
|
-disable-deprecated-up-to 0x070000
|
|
-no-feature-widgets
|
|
-no-feature-sql
|
|
-no-feature-printsupport
|
|
-no-feature-dbus
|
|
-no-feature-vnc
|
|
-no-feature-picture
|
|
-no-feature-pdf
|
|
Environment variables: []
|
|
-
|
|
Id: 'windows-quick-bridges'
|
|
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
Compiler: 'MSVC2022'
|
|
Features: ['Packaging', 'Sccache', "DebugAndRelease", 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
Configure arguments: >
|
|
-nomake examples
|
|
-nomake tests
|
|
-debug-and-release
|
|
-force-debug-info
|
|
-optimize-size
|
|
-shared
|
|
-disable-deprecated-up-to 0x070000
|
|
-no-feature-widgets
|
|
-no-feature-sql
|
|
-no-feature-printsupport
|
|
-no-feature-dbus
|
|
-no-feature-vnc
|
|
-no-feature-picture
|
|
-no-feature-pdf
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON',
|
|
]
|