-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add golang and upx to RHEL-8.10 and WoA
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
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
coin/provisioning/qtci-linux-RHEL-8.10-x86_64/41-install-golang.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
7 changes: 7 additions & 0 deletions
7
coin/provisioning/qtci-linux-RHEL-8.10-x86_64/41-install-upx.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
1 change: 1 addition & 0 deletions
1
coin/provisioning/qtci-windows-11_22H2-aarch64/12-install-golang.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
. "$PSScriptRoot\..\common\windows\install-golang.ps1" |