mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 20:36:54 +08:00
Needed to fix iOS Xcode generator builds when using Xcode 14.
Otherwise compiler identification fails due to a code-signing error.
We hit it in our iOS MinimalStaticTests configuration.
error: Cannot code sign because the target does not have an
Info.plist file and one is not being generated
automatically.
(in target 'CompilerIdCXX' from project
'CompilerIdCXX')
See https://gitlab.kitware.com/cmake/cmake/-/issues/23719
Amends eee152ca70
Fixes: QTQAINFRA-5044
Change-Id: Idabd78e6e28816a8fc4dd7e627de82f2c622c54e
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
42 lines
1.8 KiB
YAML
42 lines
1.8 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'qnx-x86_64-on-ubuntu20.04'
|
|
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
|
Target os: 'QNX_710'
|
|
Target arch: 'x86_64'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'QCC'
|
|
Platform dependency: 'Ubuntu-20.04-host'
|
|
Features: ['Packaging', 'VMSize8', 'UseConfigure']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -developer-build -no-dbus -nomake examples',
|
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-x8664.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
'QT_CMAKE_DIR=/opt/cmake-3.24.2/bin',
|
|
'QNX_TEST_ENV=LD_LIBRARY_PATH={{.Env.QNX_QEMU_LD_LIBRARY_PATH}} QSG_RHI_BACKEND=software QT_QPA_PLATFORM=offscreen QTEST_ENVIRONMENT=ci',
|
|
]
|
|
-
|
|
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
|
Target os: 'QNX_710'
|
|
Target arch: 'arm64'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'QCC'
|
|
Platform dependency: 'Ubuntu-20.04-host'
|
|
Features: ['Packaging', 'DisableTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples',
|
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-aarch64le.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
]
|
|
-
|
|
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
|
Target os: 'QNX_710'
|
|
Target arch: 'armv7'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'QCC'
|
|
Platform dependency: 'Ubuntu-20.04-host'
|
|
Features: ['Packaging', 'DisableTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples',
|
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-armv7le.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
]
|