mirror of https://github.com/qt/qt5.git
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:
parent
d88eabc7f7
commit
ae3484739c
|
@ -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"
|
|
@ -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"
|
Loading…
Reference in New Issue