aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_target_android_host_linux.yaml
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2022-07-18 15:39:17 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2022-07-19 10:22:41 +0000
commit39efd3c35fd6713104d7cc2f47567010485cdae5 (patch)
treec286cbea32e44bbd6da5b8d1e8c8ab898d3e601d /coin/platform_configs/cmake_platforms_target_android_host_linux.yaml
parent032dfe48faebe0434ce12a5f6a90c2bdffa33666 (diff)
Coin:Android: Use VMSize8 for Android test targets
Ensure to explicitly use 8 cores for Android targets runnining tests to reduce the amount of flaky fails due to the emulator crashing or freezing. Pick-to: 6.4 6.3 6.2 Task-number: COIN-896 Change-Id: I8b0cfac34aa7fc416166b9f7ae0b3e9d72c62e55 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'coin/platform_configs/cmake_platforms_target_android_host_linux.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms_target_android_host_linux.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/cmake_platforms_target_android_host_linux.yaml b/coin/platform_configs/cmake_platforms_target_android_host_linux.yaml
index 06923f7f..dea0b437 100644
--- a/coin/platform_configs/cmake_platforms_target_android_host_linux.yaml
+++ b/coin/platform_configs/cmake_platforms_target_android_host_linux.yaml
@@ -35,7 +35,7 @@ Configurations:
Compiler: 'GCC'
Target compiler: 'Clang'
Platform dependency: 'RHEL-8.4-host'
- Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'UseConfigure']
+ Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'VMSize8', 'UseConfigure']
Environment variables: [
'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86',
'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME}}',