aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2022-04-06 13:19:55 +0300
committerAntti Kokko <antti.kokko@qt.io>2022-04-06 15:42:18 +0000
commit8b9d185ad3ae73a06fdd22031057453a638f093e (patch)
treec6c52560c0c61d2045ba9d95d430d6b4c1c091c1
parent28fa31c441ce331b3d173df994fc662b6902e7f6 (diff)
Coin: Remove 'Packaging' feature from target which is 'Insignificant'
'Insignificant' feature should not be used with target that has 'Packaging' feature enabled. Current: 'Packaging, Sccache, AndroidTestRun, Insignificant, AbortTestingOnFirstFailure' After this change: 'Sccache, AndroidTestRun, Insignificant, AbortTestingOnFirstFailure' Pick-to: 6.3 dev Change-Id: I0662885db80ed9ca93d5c66902029665382a75fa Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--coin/platform_configs/tqtc-android-automotive.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml
index e15964ca..7791c25b 100644
--- a/coin/platform_configs/tqtc-android-automotive.yaml
+++ b/coin/platform_configs/tqtc-android-automotive.yaml
@@ -45,7 +45,7 @@ Configurations:
Compiler: 'GCC'
Target compiler: 'Clang'
Platform dependency: 'RHEL-8.4-host'
- Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'Insignificant']
+ Features: ['Sccache', 'AndroidTestRun', 'Insignificant']
Environment variables: [
'TARGET_CONFIGURE_ARGS=-DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE={{.Env.ANDROID_NDK_ROOT}}/build/cmake/android.toolchain.cmake -DANDROID_SDK_ROOT={{.Env.ANDROID_SDK_ROOT}} -DANDROID_ABI=x86 -DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME}}',
'CONAN_HOST_PROFILE=coin/conan/profiles/linux-x86_64-gcc',