From 9592341d1a53745f29808eb7c6c1c5b5b2c8f4e7 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Thu, 1 Aug 2024 10:08:02 +0200 Subject: [PATCH] Make offscreen plugin the default one for ubuntu-24.04-arm64-documentation This follows 37ce15a3b09bdc542a3ba5404d52da659137dc52. Pick-to: 6.8 Change-Id: I8ad866b409d84730edaac1785db9ce599be2844c Reviewed-by: Alexey Edelev --- coin/platform_configs/cmake_platforms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 22183e7c..eefcdab7 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -44,7 +44,7 @@ Configurations: Template: 'qtci-linux-Ubuntu-24.04-aarch64-50' Compiler: 'GCC' Features: ['Documentation', 'UseConfigure', 'DoNotRunTests'] - Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -qtlibinfix TestInfix -qtnamespace TestNamespace' + Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -qtlibinfix TestInfix -qtnamespace TestNamespace -qpa offscreen\;xcb' Environment variables: ['NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'] - Id: 'ubuntu-24.04-arm64'