mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 07:28:21 +08:00
Add sles-15_sp6-static for qtopenapi
Change-Id: I2b03523cf8c56228ccc4c6eb97fbec642aa0dc40 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
@@ -28,6 +28,7 @@ Include: [
|
||||
"ubuntu-24.04-arm64-wayland-tests",
|
||||
"ubuntu-24.04-arm64-offscreen-tests",
|
||||
"ubuntu-24.04-x64-developer-build",
|
||||
"sles-15_sp6-static",
|
||||
"rhel-8.10",
|
||||
"rhel-9.4",
|
||||
"opensuse-15.6-developer-build",
|
||||
|
||||
7
coin/provisioning/qtci-linux-SLES-15_SP6-x86_64/43-install-golang.sh
Executable file
7
coin/provisioning/qtci-linux-SLES-15_SP6-x86_64/43-install-golang.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env 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
|
||||
|
||||
set -ex
|
||||
|
||||
source "${BASH_SOURCE%/*}/../common/unix/install-golang.sh" "linux"
|
||||
7
coin/provisioning/qtci-linux-SLES-15_SP6-x86_64/51-openapi.sh
Executable file
7
coin/provisioning/qtci-linux-SLES-15_SP6-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