mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
Add Golang provisionings for qtopenapi builds
- Add macos13, macos26 configurations - Add Ubuntu 22 configurations - Add Ubuntu 24 aarch64 configuration - Add Debian configurations Task-number: QTBUG-140130 Change-Id: I34f65c7fee4177cf712b5ec5bc54e50773c370d5 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
7
coin/provisioning/qtci-linux-Debian-11.6-aarch64/43-install-golang.sh
Executable file
7
coin/provisioning/qtci-linux-Debian-11.6-aarch64/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-Ubuntu-20.04-x86_64/43-install-golang.sh
Executable file
7
coin/provisioning/qtci-linux-Ubuntu-20.04-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-Ubuntu-22.04-aarch64/43-install-golang.sh
Executable file
7
coin/provisioning/qtci-linux-Ubuntu-22.04-aarch64/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-Ubuntu-22.04-x86_64/43-install-golang.sh
Executable file
7
coin/provisioning/qtci-linux-Ubuntu-22.04-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-Ubuntu-24.04-aarch64/43-install-golang.sh
Executable file
7
coin/provisioning/qtci-linux-Ubuntu-24.04-aarch64/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-macos-13-arm/42-install-golang.sh
Executable file
7
coin/provisioning/qtci-macos-13-arm/42-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" "macos"
|
||||
7
coin/provisioning/qtci-macos-26-arm/42-install-golang.sh
Executable file
7
coin/provisioning/qtci-macos-26-arm/42-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" "macos"
|
||||
Reference in New Issue
Block a user