mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-19 11:36:12 +08:00
- add openSUSE15.6 build configuration for qtopenapi. - add rhel9.4 build configuration for qtopenapi. - delete macos15-x86_64 build configuration for qtopenapi, because the current qtopenapi code only builds go binaries targeting arm64 architecture, and the x86_64 configuration would fail trying to run those binaries. Task-number: QTBUG-140130 Change-Id: Ia4f1b91345d3d7a87916ceee319a6037318fac63 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
17 lines
358 B
YAML
17 lines
358 B
YAML
Version: 2
|
|
Include: [
|
|
macos.yaml: [
|
|
"macos-14-arm64-tests",
|
|
"macos-arm64-developer-build",
|
|
],
|
|
cmake_platforms.yaml: [
|
|
"ubuntu-24.04-x64",
|
|
"ubuntu-24.04-x64-developer-build",
|
|
"ubuntu-24.04-x64-x11-tests",
|
|
"ubuntu-24.04-x64-developer-build-x11-tests",
|
|
"rhel-9.4",
|
|
"opensuse-15.6-developer-build",
|
|
]
|
|
]
|
|
Configurations: []
|