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

This commit is contained in:
2026-07-24 13:48:03 +02:00
committed by Jan Wyzula
parent 3ba078ea5b
commit 720c1d13c6
6 changed files with 18 additions and 12 deletions
+1
View File
@@ -35,6 +35,7 @@ jobs:
BENCHMARK_PYTEST_DIRS: tests/unit_tests/benchmarks
QTWEBENGINE_DISABLE_SANDBOX: 1
QT_QPA_PLATFORM: "offscreen"
QTWEBENGINE_CHROMIUM_FLAGS: "--disable-gpu"
steps:
- name: Checkout BEC Widgets