From 397ef196b714e48e4d1ba380f4357655a6ccba24 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Fri, 2 Aug 2024 12:08:01 +0200 Subject: [PATCH] platform_configs: disable glx on offscreen integrations - 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's broken in the VMs in our CI. This follows 94a4f06fb88ec6c7fa5e31dfd28af4e9b3cdbdd8 in qtbase. Fixes: QTBUG-126250 Task-number: QTBUG-125446 Pick-to: 6.8 Change-Id: Id61f3d51cea33a8648aa99941c0dc77b9da5c498 Reviewed-by: Tero Heikkinen Reviewed-by: Simo Fält --- coin/platform_configs/cmake_platforms.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index eefcdab7..6cca572a 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -64,6 +64,7 @@ Configurations: 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'