From 5ed8a54e2f23b2393cb9ff8b5a052d201af3b375 Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Thu, 27 Aug 2026 13:20:47 +0300 Subject: [PATCH] i --- ci/Jenkinsfile.linux-nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.linux-nix b/ci/Jenkinsfile.linux-nix index 9b096b96b5..479058cbcf 100644 --- a/ci/Jenkinsfile.linux-nix +++ b/ci/Jenkinsfile.linux-nix @@ -173,7 +173,7 @@ pipeline { steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { script { /* Needed for QGuiApplication to import QtQuick.Dialogs */ // wrap([ $class: 'Xvfb', autoDisplayName: true, parallelBuild: true, screen: '2560x1440x24', ]) { - nix.develop('make run-statusq-sanity-checker', pure: false) + nix.develop('QT_QPA_PLATFORM=offscreen CTEST_OUTPUT_ON_FAILURE=1 QT_DEBUG_PLUGINS=1 make run-statusq-sanity-checker', pure: false) } } } }