From fde37d5b64e68bbc439a95a16a28981dc2454083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Mon, 14 Jun 2021 13:41:43 +0300 Subject: 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 --- coin/module_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3