mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-22 04:46:45 +08:00
Fix and define cache links for golang and upx
Windows script to install golang tries to download a .exe file from cache while the install file is really a .msi file. Golang and upx are new packages to ci-files so let's define their directory paths as neatly as possible to prevent more clutter to ci-files. This amends:337206334ePick-to: 6.7 Change-Id: If6cfa38304bfec207500fcd7a67e3acba994eb9f Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io> (cherry picked from commitf6313247cc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
b28fbb4c29
commit
133ea8eb46
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright (C) 2023 The Qt Company Ltd.
|
||||
# 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
|
||||
|
||||
# shellcheck source=../unix/DownloadURL.sh
|
||||
@@ -25,7 +25,7 @@ case "$uname_m" in
|
||||
*) fatal "Unknown architecture in uname: $uname_m" 43 ;;
|
||||
esac
|
||||
|
||||
internalUrl="http://ci-files01-hki.ci.qt.io/input/upx/$pkgname"
|
||||
internalUrl="http://ci-files01-hki.ci.qt.io/input/upx/linux/$pkgname"
|
||||
externalUrl="https://github.com/upx/upx/releases/download/v$version/$pkgname"
|
||||
|
||||
targetFile="$HOME/$pkgname"
|
||||
|
||||
Reference in New Issue
Block a user