mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 12:37:50 +08:00
Provisioning: Fix ci-files01-hki to use correct URL
Replace ci-files01-hki.intra.qt.io with ci-files01-hki.ci.qt.io Task-number: QTQAINFRA-6663 Pick-to: 6.8 6.5 5.15 Change-Id: Ia9a6b1fc5a23b6f1a393d6e4be8be41e2991e876 Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
|
||||
patchelf_version="0.17.2"
|
||||
|
||||
url_cached="https://ci-files01-hki.intra.qt.io/input/android/patchelf/$patchelf_version.tar.gz"
|
||||
url_cached="https://ci-files01-hki.ci.qt.io/input/android/patchelf/$patchelf_version.tar.gz"
|
||||
url_public="https://github.com/NixOS/patchelf/archive/refs/tags/$patchelf_version.tar.gz"
|
||||
sha1="ddd46a2e2a16a308245c008721d877455b23bba8"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user