From 47b8427b15e29dcad6c9e26154d14a9be4c8d14a Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Fri, 30 Oct 2020 11:13:49 +0100 Subject: [PATCH] coin: guard Ubuntu 20.04 for qtbase first MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-86187 Change-Id: I677eec9b80ae7389fe63adc58a38979556654a8a Reviewed-by: Alexandru Croitor Reviewed-by: Tor Arne Vestbø Reviewed-by: Lars Knoll --- coin/platform_configs/qtbase.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/coin/platform_configs/qtbase.yaml b/coin/platform_configs/qtbase.yaml index b0b1d7dd..cb7de0e2 100644 --- a/coin/platform_configs/qtbase.yaml +++ b/coin/platform_configs/qtbase.yaml @@ -21,3 +21,8 @@ Configurations: '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-Ubuntu-20.04-x86_64-50' + Compiler: 'GCC' + Features: ['OutOfSourceBuild', 'Documentation', 'UseLegacyInstructions'] + Configure arguments: '-qmake -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-warnings-are-errors -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl'