Skip to content

Commit

Permalink
Update LLVM MinGW to 15.0.0
Browse files Browse the repository at this point in the history
Task-number: QTQAINFRA-5214
Change-Id: I5ae09182dfbafdeaa8d23acf3d7c9cca0ca5f108
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
(cherry picked from commit da78e88)
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
  • Loading branch information
Tony Sarajärvi authored and hehalmet committed Oct 30, 2022
1 parent 97e64cd commit 9b15868
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions coin/provisioning/qtci-windows-10-x86_64/25-llvm-mingw.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions coin/provisioning/qtci-windows-10_21H2-x86_64/25-llvm-mingw.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions coin/provisioning/qtci-windows-11_21H2-x86_64/25-llvm-mingw.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9b15868

Please sign in to comment.