summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2021-06-29 16:28:02 +0200
committerMichal Klocek <michal.klocek@qt.io>2021-07-02 12:51:15 +0200
commit9e8f10247a5c5d433f5f983345f636fbedb26e2d (patch)
treed5173cbd710cdb425b64064b64d56132da3d4be6 /coin
parent1e6b504c271aaf46d8333e7239c7d19e56828b44 (diff)
Disable sandbox on qemu test nodes
Current qemu will not work with sandbox. Pick-to: dev Change-Id: I1535db92118ae399978940618ef05017c72329e2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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"