summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeemu Holappa <teemu.holappa@qt.io>2022-10-20 16:39:05 +0300
committerTeemu Holappa <teemu.holappa@qt.io>2022-10-21 10:42:47 +0300
commit52e3f29867b7e9fb4349cd01ac19157db4aab9e8 (patch)
treeac6ece94629dd3e00fa4470084ed5d42c8d80e6d
parentf2068ba5d61e4f3c39075684ed79a63ae5e144eb (diff)
downloadqt5-52e3f29867b7e9fb4349cd01ac19157db4aab9e8.tar.gz
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 <tarja.sundqvist@qt.io>
-rw-r--r--coin/platform_configs/qtsaferenderer.yaml2
1 files changed, 1 insertions, 1 deletions
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'