diff options
| author | Simo Fält <simo.falt@qt.io> | 2025-04-16 11:29:30 +0300 |
|---|---|---|
| committer | Simo Fält <simo.falt@qt.io> | 2025-04-16 13:30:19 +0300 |
| commit | 7df394cf7479a3419d45e34b930d3c59e6d84fe9 (patch) | |
| tree | c562719b9d3fe6f35b7b0647a5a96c8974a4b3d6 | |
| parent | 05d93c39c0a345aba57d23425f005af9ecbfe1b4 (diff) | |
CI: Use master.qt.io instead of mirror for downloading libclang
Pick-to: 6.9
Change-Id: I8cc018ef70f453be97b34f2aadcaf56118ca42f0
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
| -rw-r--r-- | coin/fetch_libclang_arm64.ps1 | 2 | ||||
| -rw-r--r-- | coin/fetch_libclang_arm64.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/coin/fetch_libclang_arm64.ps1 b/coin/fetch_libclang_arm64.ps1 index 124041157..fcb4d7116 100644 --- a/coin/fetch_libclang_arm64.ps1 +++ b/coin/fetch_libclang_arm64.ps1 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only # Download the file -wget https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_19.1.0-based-windows-vs2022_arm64.7z -o libclang.7z +wget https://master.qt.io/development_releases/prebuilt/libclang/libclang-release_19.1.0-based-windows-vs2022_arm64.7z -o libclang.7z # Unzip the contents to /home/qt 7z x libclang.7z -o/utils Remove-Item libclang.7z diff --git a/coin/fetch_libclang_arm64.sh b/coin/fetch_libclang_arm64.sh index c99e3357d..5de4a3261 100644 --- a/coin/fetch_libclang_arm64.sh +++ b/coin/fetch_libclang_arm64.sh @@ -2,7 +2,7 @@ # 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 # Download the file -wget -q https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_18.1.7-based-linux-Debian-11.6-gcc10.2-arm64.7z +wget -q https://master.qt.io/development_releases/prebuilt/libclang/libclang-release_18.1.7-based-linux-Debian-11.6-gcc10.2-arm64.7z if [ $? -ne 0 ]; then echo "Error: Failed to download libclang archive" >&2 exit 1 |
