From 1ebec867320bf3cd52db1733bff4e3a0d5d9ff05 Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Wed, 21 Apr 2021 12:06:27 +0300 Subject: Remove packaging flag from CentOS targets This will also remove CentOS target under QtCreator and RHEL's Insignificant flags from submodules Task-number: QTQAINFRA-4416 Change-Id: I2e6d910dfbba7a7903b149f5cf0bc3386cd4e3e2 Reviewed-by: Eike Ziller Reviewed-by: Jani Heikkinen --- coin/platform_configs/qtsaferenderer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coin/platform_configs/qtsaferenderer.yaml') diff --git a/coin/platform_configs/qtsaferenderer.yaml b/coin/platform_configs/qtsaferenderer.yaml index da798047..ebb8cfd5 100644 --- a/coin/platform_configs/qtsaferenderer.yaml +++ b/coin/platform_configs/qtsaferenderer.yaml @@ -15,12 +15,12 @@ Configurations: - Template: 'qtci-linux-CentOS-8.3-x86_64-50' Compiler: 'GCC' - Features: ['Packaging', 'DisableTests', 'UseLegacyInstructions'] + Features: ['DisableTests', 'UseLegacyInstructions'] Configure arguments: '-qmake -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -static -nomake tests -nomake examples -no-use-gold-linker -no-icu -no-fontconfig -qt-freetype -no-opengl -qpa offscreen -no-xcb -qt-libpng -no-vulkan' - Template: 'qtci-linux-RHEL-8.2-x86_64-50' Compiler: 'GCC' - Features: ['Packaging', 'DisableTests', 'UseLegacyInstructions', 'Insignificant'] + Features: ['Packaging', 'DisableTests', 'UseLegacyInstructions'] Configure arguments: '-qmake -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -static -nomake tests -nomake examples -no-use-gold-linker -no-icu -no-fontconfig -qt-freetype -no-opengl -qpa offscreen -no-xcb -qt-libpng -no-vulkan' - Template: 'qtci-linux-Ubuntu-18.04-x86_64-50' -- cgit v1.2.3