From 833e2e1dde7c2f4de281c177e42e737b6865cdde 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 --- build_scripts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_scripts') diff --git a/build_scripts/utils.py b/build_scripts/utils.py index dc90d99b7..85a2f9e36 100644 --- a/build_scripts/utils.py +++ b/build_scripts/utils.py @@ -1141,7 +1141,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