mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-26 14:47:52 +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:
@@ -188,7 +188,7 @@ function InstallAndroidArmv7 {
|
||||
Start-Process -NoNewWindow -Wait -PassThru -ErrorAction Stop -FilePath $msys -ArgumentList ("-lc", "`"pacman -Sy --noconfirm libtool`"")
|
||||
|
||||
$patchelf_sha1 = "DDD46A2E2A16A308245C008721D877455B23BBA8"
|
||||
$patchelf_sources = "https://ci-files01-hki.intra.qt.io/input/android/patchelf/0.17.2.tar.gz"
|
||||
$patchelf_sources = "https://ci-files01-hki.ci.qt.io/input/android/patchelf/0.17.2.tar.gz"
|
||||
$patchelf_download_location = "C:\Windows\Temp\0.17.2.tar.gz"
|
||||
|
||||
Invoke-WebRequest -UseBasicParsing $patchelf_sources -OutFile $patchelf_download_location
|
||||
|
||||
Reference in New Issue
Block a user