aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-06-14 13:41:43 +0300
committerSimo Fält <simo.falt@qt.io>2021-06-16 18:42:25 +0300
commitfde37d5b64e68bbc439a95a16a28981dc2454083 (patch)
tree5eab41392ef3bd7c0fa3d850d8a3cbf014d352c6
parent80beaf70ff1a16f2d56c36582f4a0117aa5a3979 (diff)
Drop MacOS_10_15 from CI configs due to missing libclang
There is a provisioning shortage with 10.15 and it is missing required libs. Change-Id: I939bf7278da49075d15c2394b2d8744ccb8ff03e Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--coin/module_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 6169ce910..99778cce6 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -18,7 +18,7 @@ accept_configuration:
not_contains_value: -no-gui
- condition: property # Following configs are not supported
property: target.osVersion
- not_in_values: [OPENSUSE_13_01, QEMU, WebAssembly, Ubuntu_18_04, SLES_12, SLES_15]
+ not_in_values: [OPENSUSE_13_01, QEMU, WebAssembly, Ubuntu_18_04, SLES_12, SLES_15, MacOS_10_15]
- condition: property # MibnGW and msvc2015 are not supported
property: target.compiler
not_in_values: [Mingw, MSVC2015]