mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +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:
@@ -17,7 +17,7 @@ targetFile="openapi-generator-cli.jar"
|
||||
|
||||
DownloadURL "$PrimaryUrl" "$AltUrl" "$SHA1" "$targetFile"
|
||||
|
||||
sudo mkdir "$targetFolder"
|
||||
sudo mkdir -p "$targetFolder"
|
||||
sudo mv "$targetFile" "$targetFolder"
|
||||
|
||||
SetEnvVar "PATH" "$targetFolder:\$PATH"
|
||||
|
||||
Reference in New Issue
Block a user