From a2327de3cb08e0fe13a9ea91261c0f589e589869 Mon Sep 17 00:00:00 2001 From: JohnHolmesII Date: Sun, 17 May 2020 13:19:17 -0700 Subject: [PATCH] Dev: Switch to alternate Qt host for reliability --- .ci/setup-windows.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/setup-windows.sh b/.ci/setup-windows.sh index ff8e3dc640..b1f6f6c26e 100755 --- a/.ci/setup-windows.sh +++ b/.ci/setup-windows.sh @@ -7,8 +7,8 @@ PR_NUMBER="$SYSTEM_PULLREQUEST_PULLREQUESTID" # Resource/dependency URLs # Qt mirrors can be volatile and slow, so we list 2 -#QT_HOST="http://mirrors.ocf.berkeley.edu/qt/" -QT_HOST="http://qt.mirror.constant.com/" +QT_HOST="http://mirrors.ocf.berkeley.edu/qt/" +#QT_HOST="http://qt.mirror.constant.com/" QT_URL_VER=$(echo "$QT_VER" | sed "s/\.//g") QT_PREFIX="online/qtsdkrepository/windows_x86/desktop/qt5_${QT_URL_VER}/qt.qt5.${QT_URL_VER}.win64_msvc2017_64/${QT_VER}-0-${QT_DATE}" QT_SUFFIX="-Windows-Windows_10-MSVC2017-Windows-Windows_10-X86_64.7z"