Skip to content

Commit

Permalink
Add golang and upx to RHEL-8.10 and WoA
Browse files Browse the repository at this point in the history
Current RHEL 8 version is 8.10 in dev and soon in 6.8 (6.8.1). WoA is also an active platform in dev and 6.8 so let's add Go to it, upx for Windows on Arm has not been implemented yet.

This amends: 3372063

Pick-to: 6.8
Change-Id: I8b538e5d68db529e4f396059565856d0af4d8f54
Reviewed-by: Eike Ziller <[email protected]>
Reviewed-by: Marcus Tillmanns <[email protected]>
  • Loading branch information
Elias Toivola committed Sep 18, 2024
1 parent f631324 commit b22b144
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Original file line number Diff line number Diff line change
@@ -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"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
. "$PSScriptRoot\..\common\windows\install-golang.ps1"

0 comments on commit b22b144

Please sign in to comment.