From c05d17862b357f6ca336347a68253bad06333820 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Wed, 6 Apr 2022 13:19:55 +0300 Subject: [PATCH] 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' Change-Id: I0662885db80ed9ca93d5c66902029665382a75fa Reviewed-by: Jani Heikkinen (cherry picked from commit 8b9d185ad3ae73a06fdd22031057453a638f093e) Reviewed-by: Qt Cherry-pick Bot --- coin/platform_configs/tqtc-android-automotive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',