aboutsummaryrefslogtreecommitdiffstats
path: root/coin/test-configs.inc
diff options
context:
space:
mode:
authorJani Suonpera <jani.suonpera@qt.io>2021-03-15 12:56:51 +0200
committerJani Suonpera <jani.suonpera@qt.io>2021-09-21 09:20:45 +0300
commit0fbdca8070a9b3c4fbbd0de593bbb7112fd73a06 (patch)
tree2055531c48874662dd15883743b474913c417ac4 /coin/test-configs.inc
parent468e20d236516d6528b4cd7fcc22e4c260080019 (diff)
Update Coin configuration
Increase timeout because full build might take more than 8h. Increase cores from 8 to 16 Add SDK_XZ_COMPRESSION_LEVEL = "-1" for decrease memory usage. Replace build machines Ubuntu 18.04 with Ubuntu 20.4. Add target qemuarm. Task-number: QTBUG-91354 Change-Id: I47a41acf21fcb9c58ca2ce5137e4cf1f1a807243 Reviewed-by: Jani Suonpera <jani.suonpera@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'coin/test-configs.inc')
-rw-r--r--coin/test-configs.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/coin/test-configs.inc b/coin/test-configs.inc
index 5fbc1d55..5ebfff8f 100644
--- a/coin/test-configs.inc
+++ b/coin/test-configs.inc
@@ -81,3 +81,5 @@ TCLIBC_qemux86 = "musl"
TCLIBC_qemux86copy = "musl"
# limit parallel make to avoid OOM
PARALLEL_MAKE_pn-qtwebkit = "-j 8"
+# For decrease memory usage.
+SDK_XZ_COMPRESSION_LEVEL = "-1"