From 52e3f29867b7e9fb4349cd01ac19157db4aab9e8 Mon Sep 17 00:00:00 2001 From: Teemu Holappa Date: Thu, 20 Oct 2022 16:39:05 +0300 Subject: Update build configuration to Ubuntu 20.04 in qtsaferenderer.yaml Ubuntu 18.04 is not supported in 6.4 branch. In this commit. the machine template is changed from 18.04 to 20.04. Change-Id: I286176dd2b2fd3cbc13821882e411c227eb8d360 Reviewed-by: Tarja Sundqvist --- coin/platform_configs/qtsaferenderer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/qtsaferenderer.yaml b/coin/platform_configs/qtsaferenderer.yaml index fde65967..85b70ce6 100644 --- a/coin/platform_configs/qtsaferenderer.yaml +++ b/coin/platform_configs/qtsaferenderer.yaml @@ -18,7 +18,7 @@ Configurations: 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' + Template: 'qtci-linux-Ubuntu-20.04-x86_64-50' Compiler: 'GCC' 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' -- cgit v1.2.3