From 75f9f6333075bd7f4cd63def83989a8a6a3a31d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Thu, 19 Sep 2019 10:40:27 +0300 Subject: Disable Android target from CI Change-Id: I4945620d3328cfd26a713306730beb64445136f4 Reviewed-by: Cristian Maureira-Fredes (cherry picked from commit 833e2e1dde7c2f4de281c177e42e737b6865cdde) --- build_scripts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_scripts/utils.py b/build_scripts/utils.py index 5169f403d..fa4981988 100644 --- a/build_scripts/utils.py +++ b/build_scripts/utils.py @@ -1148,7 +1148,7 @@ def run_instruction(instruction, error, initial_env=None): def acceptCITestConfiguration(hostOS, hostOSVer, targetArch, compiler): # Disable unsupported CI configs for now # NOTE: String must match with QT CI's storagestruct thrift - if hostOSVer in ["WinRT_10", "WebAssembly", "Ubuntu_18_04"] \ + if hostOSVer in ["WinRT_10", "WebAssembly", "Ubuntu_18_04", "Android_ANY"] \ or hostOSVer.startswith("SLES_"): print("Disabled " + hostOSVer + " from Coin configuration") return False -- cgit v1.2.3