mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
RHEL-9 is causing problems in QtApplicationmanager when using
RHEL-8.4 as a host build: It can't load libcrypto in Android
build phase
Task-number: QTBUG-110172
Change-Id: I6d5ef4684fb11e384eb54f9a37bd30e4ef8d145b
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
(cherry picked from commit 7ac39979ce)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
27 lines
846 B
YAML
27 lines
846 B
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'rhel_8.4_android_multi'
|
|
Template: 'qtci-linux-RHEL-8.4-x86_64-50'
|
|
Target os: 'Android_ANY'
|
|
Target arch: 'multi'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'Clang'
|
|
Platform dependency: [
|
|
'rhel-8.4',
|
|
'android-x86-on-linux',
|
|
'android-x86_64-on-linux'
|
|
]
|
|
Features: [
|
|
'Sccache',
|
|
'AndroidTestRun',
|
|
'MinimalAndroidMultiABITests',
|
|
'InstallDepsPerPlatformSubdir'
|
|
]
|
|
Environment variables: [
|
|
'QT_CI_ARTIFACT_ID_PATH_Android-host=QT_CI_ARTIFACT_ID_PATH_rhel-8.4',
|
|
'QT_CI_ARTIFACT_ID_PATH_Android-x86=QT_CI_ARTIFACT_ID_PATH_android-x86-on-linux',
|
|
'QT_CI_ARTIFACT_ID_PATH_Android-x86_64=QT_CI_ARTIFACT_ID_PATH_android-x86_64-on-linux',
|
|
'COMMON_TARGET_TEST_CMAKE_ARGS=-DQT_ANDROID_ABIS="x86;x86_64"'
|
|
]
|