From a9b9ebd2de29184f9b121b31c61395f67176e5ea Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Mon, 5 Aug 2024 08:40:02 +0200 Subject: [PATCH] platform_configs: drop the offscreen documentation build We still have one offscreen build(non-dev). Pick-to: 6.8 Change-Id: Ib0a4314387bc4388e75cb6dc65c220e167980805 Reviewed-by: Jukka Jokiniva --- coin/platform_configs/cmake_platforms.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 6cca572a..989c7d45 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -57,17 +57,6 @@ Configurations: 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DINPUT_headersclean=ON' ] # Test on Ubuntu 24.04 ARM64 offscreen -- - Id: 'ubuntu-24.04-arm64-documentation-offscreen-tests' - Template: 'qtci-linux-Ubuntu-24.04-aarch64-50' - Compiler: 'GCC' - Features: ['TestOnly', 'InsignificantTests'] - Environment variables: [ - 'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY', - 'QT_QPA_OFFSCREEN_NO_GLX=1', - 'QT_QPA_PLATFORM=offscreen' - ] - Platform dependency: 'ubuntu-24.04-arm64-documentation' - Id: 'ubuntu-24.04-arm64-offscreen-tests' Template: 'qtci-linux-Ubuntu-24.04-aarch64-50'