aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2022-10-07 07:52:45 +0300
committerHeikki Halmet <heikki.halmet@qt.io>2022-10-11 17:16:14 +0300
commit5398865f8ab45d72a80803fd62713b6ac1eeece3 (patch)
treeab3df448b800ea4e9b2fc38881b2aaa286f0b242 /coin/platform_configs
parent52d2df3a614ff40e31cca2c0e5d12649ca9881e0 (diff)
Remove unneeded Rhel 9 targets
Arm64 target uses macOS and Armv7 target uses Windows nowadays Change-Id: I1ec5251902f9a839e5be981a527a9eb6e1c98939 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/nightly_rhel_9.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/coin/platform_configs/nightly_rhel_9.yaml b/coin/platform_configs/nightly_rhel_9.yaml
index 40646573..cd5e6f98 100644
--- a/coin/platform_configs/nightly_rhel_9.yaml
+++ b/coin/platform_configs/nightly_rhel_9.yaml
@@ -14,36 +14,6 @@ Configurations:
-
Template: 'qtci-linux-RHEL-9.0-x86_64-50'
Target os: 'Android_ANY'
- Target arch: 'arm64'
- Compiler: 'GCC'
- Target compiler: 'Clang'
- Platform dependency: 'RHEL-9.0-host'
- Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
- Environment variables: [
- 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_DEFAULT}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis arm64-v8a',
- 'TARGET_CMAKE_ARGS=-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/ci-linux-x86_64-gcc',
- 'CONAN_PROFILE=coin/conan/profiles/ci-unix-android-arm64-clang',
- 'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_DEFAULT}}'
- ]
--
- Template: 'qtci-linux-RHEL-9.0-x86_64-50'
- Target os: 'Android_ANY'
- Target arch: 'armv7'
- Compiler: 'GCC'
- Target compiler: 'Clang'
- Platform dependency: 'RHEL-9.0-host'
- Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
- Environment variables: [
- 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_DEFAULT}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis armeabi-v7a',
- 'TARGET_CMAKE_ARGS=-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',
- 'CONAN_PROFILE=coin/conan/profiles/unix-android-armv7-clang',
- 'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_DEFAULT}}'
- ]
--
- Template: 'qtci-linux-RHEL-9.0-x86_64-50'
- Target os: 'Android_ANY'
Target arch: 'x86'
Compiler: 'GCC'
Target compiler: 'Clang'