diff --git a/coin/provisioning/qtci-macos-15-arm/31-golang.sh b/coin/provisioning/qtci-macos-15-arm/31-golang.sh new file mode 100755 index 00000000..0348d7eb --- /dev/null +++ b/coin/provisioning/qtci-macos-15-arm/31-golang.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +#Copyright (C) 2023 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 + +brew install go diff --git a/coin/provisioning/qtci-macos-15-arm/31-upx.sh b/coin/provisioning/qtci-macos-15-arm/31-upx.sh new file mode 100755 index 00000000..519900f6 --- /dev/null +++ b/coin/provisioning/qtci-macos-15-arm/31-upx.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +#Copyright (C) 2023 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 + +# The package was disabled in brew +#brew install upx