mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
Update LLVM MinGW to 15.0.0
Task-number: QTQAINFRA-5214
Change-Id: I5ae09182dfbafdeaa8d23acf3d7c9cca0ca5f108
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
(cherry picked from commit da78e8832d)
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
committed by
Heikki Halmet
parent
97e64cd225
commit
9b15868ce5
@@ -41,15 +41,15 @@
|
||||
|
||||
# This script installs LLVM-Mingw by mstorsjo
|
||||
|
||||
$zip = Get-DownloadLocation "llvm-mingw-20220209-ucrt-x86_64.zip"
|
||||
$url_cache = "http://ci-files01-hki.intra.qt.io/input/windows/llvm-mingw-20220209-ucrt-x86_64.zip"
|
||||
$url_official = "https://github.com/mstorsjo/llvm-mingw/releases/download/20220209/llvm-mingw-20220209-ucrt-x86_64.zip"
|
||||
$zip = Get-DownloadLocation "llvm-mingw-20220906-ucrt-x86_64.zip"
|
||||
$url_cache = "http://ci-files01-hki.intra.qt.io/input/windows/llvm-mingw-20220906-ucrt-x86_64.zip"
|
||||
$url_official = "https://github.com/mstorsjo/llvm-mingw/releases/download/20220906/llvm-mingw-20220906-ucrt-x86_64.zip"
|
||||
|
||||
Download $url_official $url_cache $zip
|
||||
Verify-Checksum $zip "e24078c0d742b39eef4d739b345a0b6b49bc348b"
|
||||
Verify-Checksum $zip "51ff525eefa4f5db905cc7b4c8b56079c3baed65"
|
||||
Extract-7Zip $zip C:\
|
||||
|
||||
Rename-Item C:\llvm-mingw-20220209-ucrt-x86_64 C:\llvm-mingw
|
||||
Rename-Item C:\llvm-mingw-20220906-ucrt-x86_64 C:\llvm-mingw
|
||||
|
||||
Write-Output "llvm-mingw = 14.0.0 RC1" >> ~/versions.txt
|
||||
Write-Output "llvm-mingw = 15.0.0" >> ~/versions.txt
|
||||
Remove-Item -Path $zip
|
||||
|
||||
@@ -40,17 +40,17 @@
|
||||
. "$PSScriptRoot\..\common\windows\helpers.ps1"
|
||||
|
||||
# This script installs LLVM-Mingw by mstorsjo
|
||||
# https://github.com/mstorsjo/llvm-mingw/releases/tag/20220323
|
||||
# https://github.com/mstorsjo/llvm-mingw/releases/tag/20220906
|
||||
|
||||
$zip = Get-DownloadLocation "llvm-mingw-20220323-ucrt-x86_64.zip"
|
||||
$url_cache = "http://ci-files01-hki.intra.qt.io/input/windows/llvm-mingw-20220323-ucrt-x86_64.zip"
|
||||
$url_official = "https://github.com/mstorsjo/llvm-mingw/releases/download/20220323/llvm-mingw-20220323-ucrt-x86_64.zip"
|
||||
$zip = Get-DownloadLocation "llvm-mingw-20220906-ucrt-x86_64.zip"
|
||||
$url_cache = "http://ci-files01-hki.intra.qt.io/input/windows/llvm-mingw-20220906-ucrt-x86_64.zip"
|
||||
$url_official = "https://github.com/mstorsjo/llvm-mingw/releases/download/20220906/llvm-mingw-20220906-ucrt-x86_64.zip"
|
||||
|
||||
Download $url_official $url_cache $zip
|
||||
Verify-Checksum $zip "2b55846635f9e57fd37a19e0ba4183b3176ad57f"
|
||||
Verify-Checksum $zip "51ff525eefa4f5db905cc7b4c8b56079c3baed65"
|
||||
Extract-7Zip $zip C:\
|
||||
|
||||
Rename-Item C:\llvm-mingw-20220323-ucrt-x86_64 C:\llvm-mingw
|
||||
Rename-Item C:\llvm-mingw-20220906-ucrt-x86_64 C:\llvm-mingw
|
||||
|
||||
Write-Output "llvm-mingw = 14.0.0" >> ~/versions.txt
|
||||
Write-Output "llvm-mingw = 15.0.0" >> ~/versions.txt
|
||||
Remove-Item -Path $zip
|
||||
|
||||
@@ -40,17 +40,17 @@
|
||||
. "$PSScriptRoot\..\common\windows\helpers.ps1"
|
||||
|
||||
# This script installs LLVM-Mingw by mstorsjo
|
||||
# https://github.com/mstorsjo/llvm-mingw/releases/tag/20220323
|
||||
# https://github.com/mstorsjo/llvm-mingw/releases/tag/20220906
|
||||
|
||||
$zip = Get-DownloadLocation "llvm-mingw-20220323-ucrt-x86_64.zip"
|
||||
$url_cache = "http://ci-files01-hki.intra.qt.io/input/windows/llvm-mingw-20220323-ucrt-x86_64.zip"
|
||||
$url_official = "https://github.com/mstorsjo/llvm-mingw/releases/download/20220323/llvm-mingw-20220323-ucrt-x86_64.zip"
|
||||
$zip = Get-DownloadLocation "llvm-mingw-20220906-ucrt-x86_64.zip"
|
||||
$url_cache = "http://ci-files01-hki.intra.qt.io/input/windows/llvm-mingw-20220906-ucrt-x86_64.zip"
|
||||
$url_official = "https://github.com/mstorsjo/llvm-mingw/releases/download/20220906/llvm-mingw-20220906-ucrt-x86_64.zip"
|
||||
|
||||
Download $url_official $url_cache $zip
|
||||
Verify-Checksum $zip "2b55846635f9e57fd37a19e0ba4183b3176ad57f"
|
||||
Verify-Checksum $zip "51ff525eefa4f5db905cc7b4c8b56079c3baed65"
|
||||
Extract-7Zip $zip C:\
|
||||
|
||||
Rename-Item C:\llvm-mingw-20220323-ucrt-x86_64 C:\llvm-mingw
|
||||
Rename-Item C:\llvm-mingw-20220906-ucrt-x86_64 C:\llvm-mingw
|
||||
|
||||
Write-Output "llvm-mingw = 14.0.0" >> ~/versions.txt
|
||||
Write-Output "llvm-mingw = 15.0.0" >> ~/versions.txt
|
||||
Remove-Item -Path $zip
|
||||
|
||||
Reference in New Issue
Block a user