mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Update qtopenapi provisioning
- 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>
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Include: [
|
Include: [
|
||||||
macos.yaml: [
|
macos.yaml: [
|
||||||
"macos-14-x86_64-tests",
|
|
||||||
"macos-14-arm64-tests",
|
"macos-14-arm64-tests",
|
||||||
"macos-arm64-developer-build",
|
"macos-arm64-developer-build",
|
||||||
],
|
],
|
||||||
@@ -10,6 +9,8 @@ Include: [
|
|||||||
"ubuntu-24.04-x64-developer-build",
|
"ubuntu-24.04-x64-developer-build",
|
||||||
"ubuntu-24.04-x64-x11-tests",
|
"ubuntu-24.04-x64-x11-tests",
|
||||||
"ubuntu-24.04-x64-developer-build-x11-tests",
|
"ubuntu-24.04-x64-developer-build-x11-tests",
|
||||||
|
"rhel-9.4",
|
||||||
|
"opensuse-15.6-developer-build",
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
Configurations: []
|
Configurations: []
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ targetFile="openapi-generator-cli.jar"
|
|||||||
|
|
||||||
DownloadURL "$PrimaryUrl" "$AltUrl" "$SHA1" "$targetFile"
|
DownloadURL "$PrimaryUrl" "$AltUrl" "$SHA1" "$targetFile"
|
||||||
|
|
||||||
sudo mkdir "$targetFolder"
|
sudo mkdir -p "$targetFolder"
|
||||||
sudo mv "$targetFile" "$targetFolder"
|
sudo mv "$targetFile" "$targetFolder"
|
||||||
|
|
||||||
SetEnvVar "PATH" "$targetFolder:\$PATH"
|
SetEnvVar "PATH" "$targetFolder:\$PATH"
|
||||||
|
|||||||
7
coin/provisioning/qtci-linux-RHEL-9.4-x86_64/51-openapi.sh
Executable file
7
coin/provisioning/qtci-linux-RHEL-9.4-x86_64/51-openapi.sh
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#Copyright (C) 2025 The Qt Company Ltd
|
||||||
|
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||||
|
|
||||||
|
BASEDIR=$(dirname "$0")
|
||||||
|
"$BASEDIR/../common/unix/install_openapi.sh"
|
||||||
|
|
||||||
7
coin/provisioning/qtci-linux-openSUSE-15.6-x86_64/51-openapi.sh
Executable file
7
coin/provisioning/qtci-linux-openSUSE-15.6-x86_64/51-openapi.sh
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#Copyright (C) 2025 The Qt Company Ltd
|
||||||
|
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||||
|
|
||||||
|
BASEDIR=$(dirname "$0")
|
||||||
|
"$BASEDIR/../common/unix/install_openapi.sh"
|
||||||
|
|
||||||
Reference in New Issue
Block a user