mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
COIN: Provision golang and upx on Ubuntu24/ARM
This is needed for building cmdbridge for remote Linux support in Qt Creator. This got lost for Linux/ARM prebuilt packages for Qt Creator when moving from Debian/ARM to Ubuntu24/ARM. Task-number: QTCREATORBUG-32928 Pick-to: 6.9 6.8 Change-Id: Ic993eaadacec21882e1e2f1b6e0d73bc4ffbf6d4 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
7
coin/provisioning/qtci-linux-Ubuntu-24.04-aarch64/41-install-golang.sh
Executable file
7
coin/provisioning/qtci-linux-Ubuntu-24.04-aarch64/41-install-golang.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#Copyright (C) 2024 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/linux/install-golang.sh"
|
||||
7
coin/provisioning/qtci-linux-Ubuntu-24.04-aarch64/41-install-upx.sh
Executable file
7
coin/provisioning/qtci-linux-Ubuntu-24.04-aarch64/41-install-upx.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#Copyright (C) 2024 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/linux/install-upx.sh"
|
||||
Reference in New Issue
Block a user