Browse Source

ci: Update URL of our re-hosted Qt binaries

Brad King 2 tháng trước cách đây
mục cha
commit
b9ec8d7fcb
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .gitlab/ci/download_qt.cmake

+ 2 - 2
.gitlab/ci/download_qt.cmake

@@ -14,7 +14,7 @@ set(qt_tar_workdir ".gitlab")
 # Files needed to download.
 # Files needed to download.
 set(qt_files)
 set(qt_files)
 if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "windows.*package")
 if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "windows.*package")
-  set(qt_url_root "https://cmake.org/files/dependencies")
+  set(qt_url_root "https://cmake.org/files/dependencies/qt")
   set(qt_url_path "")
   set(qt_url_path "")
   if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "windows_x86_64_package")
   if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "windows_x86_64_package")
     list(APPEND qt_files "qt-5.15.10-win-x86_64-msvc_v142-1.zip")
     list(APPEND qt_files "qt-5.15.10-win-x86_64-msvc_v142-1.zip")
@@ -64,7 +64,7 @@ elseif ("$ENV{CMAKE_CONFIGURATION}" MATCHES "windows")
   set(qt_url_path "${qt_platform}/desktop/qt5_${qt_version_nodot}/qt.qt5.${qt_version_nodot}.${qt_abi}")
   set(qt_url_path "${qt_platform}/desktop/qt5_${qt_version_nodot}/qt.qt5.${qt_version_nodot}.${qt_abi}")
 elseif ("$ENV{CMAKE_CONFIGURATION}" MATCHES "macos")
 elseif ("$ENV{CMAKE_CONFIGURATION}" MATCHES "macos")
   if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "macos10.10_package")
   if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "macos10.10_package")
-    set(qt_url_root "https://cmake.org/files/dependencies")
+    set(qt_url_root "https://cmake.org/files/dependencies/qt")
     set(qt_url_path "")
     set(qt_url_path "")
     list(APPEND qt_files "qt-5.9.9-macosx10.10-x86_64-arm64.tar.xz")
     list(APPEND qt_files "qt-5.9.9-macosx10.10-x86_64-arm64.tar.xz")
     set(qt_subdir "qt-5.9.9-macosx10.10-x86_64-arm64")
     set(qt_subdir "qt-5.9.9-macosx10.10-x86_64-arm64")