aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-01-27 13:00:29 +0100
committerLars Knoll <lars.knoll@qt.io>2020-01-28 12:23:36 +0100
commit4c55e1cfa774f62b413863aeda94d37fc24cbe9c (patch)
tree586e355945cc33d1d293b53445d2799d09056eae /coin
parent4e4e7a9679c94112a367597ef1b9579dcfbe09e6 (diff)
Remove ICC from our list of tested platforms for now
ICC 18 doesn't support C++17, so let's remove it. Change-Id: If87010fe73111324f78ccd26f25e55ec7e6afbca Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/platform_configs/default.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml
index fba4badd..a62c164f 100644
--- a/coin/platform_configs/default.yaml
+++ b/coin/platform_configs/default.yaml
@@ -26,11 +26,6 @@ Configurations:
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
-
Template: 'qtci-linux-openSUSE-15.0-x86_64'
- Compiler: 'ICC_18'
- Features: ['DisableTests']
- Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -system-sqlite -R . -platform linux-icc-64 -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
--
- Template: 'qtci-linux-openSUSE-15.0-x86_64'
Target os: 'WebAssembly'
Compiler: 'GCC'
Features: ['Packaging', 'DisableTests']