mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-25 07:41:24 +08:00
OpenSUSE 15.6 and SLES 15 SP6 seem to need direct configuration
for git and curl to take CA certificates into use. [CI Platforms]
Includes fix to install gstreamer h264 codec
(amending 58e0090020)
Task-number: QTQAINFRA-6740
Task-number: QTQAINFRA-6739
Change-Id: I0d92ef50527564d2f048174777e20d1611aaf4d2
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
94 lines
4.7 KiB
YAML
94 lines
4.7 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'webassembly-linux-thread-asyncify'
|
|
Template: 'qtci-linux-openSUSE-15.5-x86_64-52'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'opensuse-15.5-developer-build'
|
|
Features: ['Sccache', 'DoNotRunTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
"TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples -feature-thread \
|
|
-feature-exceptions -DQT_QMAKE_DEVICE_OPTIONS=\"QT_EMSCRIPTEN_ASYNCIFY=1\""
|
|
]
|
|
-
|
|
Id: 'webassembly-linux-thread-asyncify-openSUSE-15.6'
|
|
Template: 'qtci-linux-openSUSE-15.6-x86_64-51'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'opensuse-15.6-developer-build'
|
|
Features: ['Sccache', 'DoNotRunTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
"TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples -feature-thread \
|
|
-DQT_QMAKE_DEVICE_OPTIONS=\"QT_EMSCRIPTEN_ASYNCIFY=1\""
|
|
]
|
|
-
|
|
Id: 'webassembly-windows'
|
|
Template: 'qtci-windows-10_22H2-x86_64-52'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'Mingw'
|
|
Target compiler: 'Clang'
|
|
Platform dependency: 'windows-10_22h2-mingw13'
|
|
Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
|
Environment variables: [
|
|
'Path={{.Env.EMSDK_PATH}};{{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples',
|
|
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_pkg_config=OFF -DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH={{.Env.Protobuf_ROOT_mingw}} -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR={{.Env.Protobuf_ROOT_mingw}}/include',
|
|
]
|
|
-
|
|
Id: 'webassembly-linux-thread'
|
|
Template: 'qtci-linux-openSUSE-15.5-x86_64-52'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'opensuse-15.5-developer-build'
|
|
Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
|
Environment variables: [
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples -feature-thread',
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH=/usr/local -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
|
]
|
|
-
|
|
Id: 'webassembly-linux-thread-openSUSE-15.6'
|
|
Template: 'qtci-linux-openSUSE-15.6-x86_64-51'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'opensuse-15.6-developer-build'
|
|
Features: ['Sccache', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
|
Environment variables: [
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples -feature-thread',
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH=/usr/local -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
|
]
|
|
-
|
|
Id: 'webassembly-linux-shared'
|
|
Template: 'qtci-linux-openSUSE-15.5-x86_64-52'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'opensuse-15.5-developer-build'
|
|
Features: ['Sccache', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
|
Environment variables: [
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -no-feature-thread -nomake tests -nomake examples -shared',
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH=/usr/local -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
|
]
|
|
-
|
|
Id: 'webassembly-linux-shared-openSUSE-15.6'
|
|
Template: 'qtci-linux-openSUSE-15.6-x86_64-51'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'opensuse-15.6-developer-build'
|
|
Features: ['Sccache', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
|
Environment variables: [
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -no-feature-thread -nomake tests -nomake examples -shared',
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH=/usr/local -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
|
]
|