ci(qt_webengine): added QTWEBENGINE_CHROMIUM_FLAGS: "--disable-gpu" to prevent segfaults on ci machines

This commit is contained in:
2026-07-15 15:43:28 +02:00
parent 052cb43ba4
commit 5675352962
6 changed files with 18 additions and 12 deletions
+1
View File
@@ -35,6 +35,7 @@ jobs:
env:
QTWEBENGINE_DISABLE_SANDBOX: 1
QT_QPA_PLATFORM: "offscreen"
QTWEBENGINE_CHROMIUM_FLAGS: "--disable-gpu"
steps:
- name: Checkout BEC Widgets