mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-27 08:56:44 +08:00
RHEL-9.2 targets are replaced by RHEL-9.4 targets in platform
configurations. [CI Platforms]
Task-number: QTQAINFRA-6363
Change-Id: I9287309fe136e9aaae6c0c970cc0859dbfaf8635
(cherry picked from commit 66f09bb69d)
Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
15 lines
638 B
YAML
15 lines
638 B
YAML
Version: 2
|
|
Configurations:
|
|
# Test gcc-12 on RHEL 9.4
|
|
-
|
|
Id: 'rhel-9.4-gcc12'
|
|
Template: 'qtci-linux-RHEL-9.4-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'UseConfigure', 'InstallQt5Dependencies', 'DoNotRunTests']
|
|
Configure arguments: '-developer-build -nomake examples -release -force-debug-info -headersclean -separate-debug-info -qt-pcre -no-libudev -bundled-xcb-xinput'
|
|
Environment variables: [
|
|
'PATH=/opt/rh/gcc-toolset-12/root/usr/bin/:{{.Env.PATH}}',
|
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DINPUT_headersclean=ON'
|
|
]
|