From c0cf9e7b28567c9806e28ef1ffafd31e2f327042 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 25 Jul 2023 11:13:44 +0300 Subject: [PATCH] Coin: temporarily set ubuntu-22.04-documentation targets insignificant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... and the targets that depend on it, to deal with a cyclic dependency in qtwebengine chromium update. Change-Id: If5f64aed4d5e6ce34b8c6e58b3657fc3a438cb8c Reviewed-by: Simo Fält --- coin/platform_configs/cmake_platforms.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 7f7f7a3d..78c5814e 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -12,7 +12,7 @@ Configurations: Id: 'ubuntu-22.04-documentation' Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' Compiler: 'GCC' - Features: ['Sccache', 'Documentation', 'UseConfigure', 'DoNotRunTests'] + Features: ['Sccache', 'Documentation', 'UseConfigure', 'DoNotRunTests', 'Insignificant'] Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -no-warnings-are-errors -qtlibinfix TestInfix -qtnamespace TestNamespace' Environment variables: ['NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'] - @@ -30,7 +30,7 @@ Configurations: Id: 'ubuntu-22.04-documentation-x11-tests' Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' Compiler: 'GCC' - Features: ['Sccache', 'TestDocs', 'TestOnly'] + Features: ['Sccache', 'TestDocs', 'TestOnly', 'InsignificantTests'] Platform dependency: 'ubuntu-22.04-documentation' - Id: 'ubuntu-22.04-x11-tests'