aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2021-03-18 08:44:50 +0200
committerHeikki Halmet <heikki.halmet@qt.io>2021-03-23 07:17:42 +0200
commit6f8b6a15356165747bd9c2c70c95caf21bdf8ba1 (patch)
tree83aa5a3614a44d23bbd547360d5e0c9b40e62ce9
parentf87e3d8579b527f4c01868c245dc58c758b56659 (diff)
Add Packaging target for openSUSE 15.2
With current approach we need to make two different linux installers. One for SUSE and one for other linux targets we support. This is because current CentOS version have newer GLIBC version than what we have in SUSE. This means that installer made with CentOS won't work in SUSE versions we support Task-number: QTBUG-91873 Change-Id: If65d66093bf8dcb5fe46812e06d6b9194fdedac2 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit fb65f860837d979cdf6d12c75b17e09aac74d674)
-rw-r--r--coin/platform_configs/cmake_platforms.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml
index 1b525464..87eafd73 100644
--- a/coin/platform_configs/cmake_platforms.yaml
+++ b/coin/platform_configs/cmake_platforms.yaml
@@ -68,6 +68,13 @@ Configurations:
Environment variables: ['NON_QTBASE_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache',
'TEST_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache']
-
+ Template: 'qtci-linux-openSUSE-15.2-x86_64-50'
+ Compiler: 'GCC'
+ Features: ['Packaging', 'Sccache']
+ Configure arguments: '-DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DFEATURE_headersclean=ON -DFEATURE_separate_debug_info=ON -DFEATURE_system_jpeg=OFF -DFEATURE_system_png=OFF -DFEATURE_system_pcre2=OFF -DFEATURE_system_harfbuzz=OFF -DFEATURE_system_doubleconversion=OFF -DFEATURE_libudev=OFF -DINPUT_bundled_xcb_xinput=yes -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DOpenGL_GL_PREFERENCE=LEGACY'
+ Environment variables: ['NON_QTBASE_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache',
+ 'TEST_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache']
+-
Template: 'qtci-linux-SLES-15_SP2-x86_64-50'
Compiler: 'GCC'
Features: ['Sccache', 'DisableTests']