From ef0baf1ce9e9d52b662d707a247ef44f1b74352b Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Thu, 22 Oct 2020 10:36:04 +0300 Subject: [PATCH] Replace SLES with SLES-SP2 for qtwebengine This was missed in f1e911e3446c1b9f3b938618af9ac71b54fdbc8c. Change-Id: I67ef590ab26d760b26da5e26ebd3a58262564b45 Reviewed-by: Michal Klocek --- coin/platform_configs/qtwebengine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/qtwebengine.yaml b/coin/platform_configs/qtwebengine.yaml index c5f5be2b..0eb09c11 100644 --- a/coin/platform_configs/qtwebengine.yaml +++ b/coin/platform_configs/qtwebengine.yaml @@ -17,7 +17,7 @@ Configurations: Features: ['OutOfSourceBuild', 'Documentation', 'UseLegacyInstructions', 'Insignificant'] Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-warnings-are-errors -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl' - - Template: 'qtci-linux-SLES-15-x86_64' + Template: 'qtci-linux-SLES-15_SP2-x86_64-50' Compiler: 'GCC' Features: ['DisableTests', 'UseLegacyInstructions'] Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-sql-mysql -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'