From ac16fff7f728f23c0480f5b0addfe11760d16afc Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 29 Jun 2021 16:28:02 +0200 Subject: Disable sandbox on qemu test nodes Current qemu will not work with sandbox. Change-Id: I1535db92118ae399978940618ef05017c72329e2 Reviewed-by: Alexandru Croitor (cherry picked from commit 9e8f10247a5c5d433f5f983345f636fbedb26e2d) Reviewed-by: Qt Cherry-pick Bot --- coin/module_config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'coin') diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 2ae2063c6..741558a5a 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -14,4 +14,11 @@ instructions: variableValue: "3600" - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml" Test: + - type: EnvironmentVariable + variableName: QTWEBENGINE_DISABLE_SANDBOX + variableValue: "1" + enable_if: + condition: property + property: target.osVersion + equals_value: QEMU - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml" -- cgit v1.2.3