summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2021-06-29 16:28:02 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-07-02 18:26:00 +0000
commitac16fff7f728f23c0480f5b0addfe11760d16afc (patch)
treecd94124dbe2849ad7679cb5e60e9d40ebc5d4c3d /coin
parent10e2c2002cb35251c376600dcd935134c5052bc7 (diff)
Disable sandbox on qemu test nodes
Current qemu will not work with sandbox. Change-Id: I1535db92118ae399978940618ef05017c72329e2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 9e8f10247a5c5d433f5f983345f636fbedb26e2d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml7
1 files changed, 7 insertions, 0 deletions
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"