From 65eac15d8b298cd12d4cde1e34a87b59fff42f60 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Mon, 21 Mar 2022 11:03:50 +0100 Subject: [PATCH] Update MinGW 11.2.0 to rev3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revision 3 updates gdb to version 11.2.0. This is not necessarily needed for building, but I think it's better to have the same toolchain as the Qt SDK. Task-number: QTBUG-101653 Change-Id: I92a319a943d18ec10e5e0da3cd770ba7cde26f13 Reviewed-by: Tony Sarajärvi (cherry picked from commit c76e26a5fa94777a426cfdcedc78cc0f09df4c95) Reviewed-by: Qt Cherry-pick Bot --- .../qtci-windows-10-x86_64/09-install-mingw1120_64.ps1 | 4 ++-- .../qtci-windows-10_21H2-x86_64/09-install-mingw1120_64.ps1 | 4 ++-- .../qtci-windows-11_21H2-x86_64/09-install-mingw1120_64.ps1 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/coin/provisioning/qtci-windows-10-x86_64/09-install-mingw1120_64.ps1 b/coin/provisioning/qtci-windows-10-x86_64/09-install-mingw1120_64.ps1 index d6aaa064..e23cec73 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/09-install-mingw1120_64.ps1 +++ b/coin/provisioning/qtci-windows-10-x86_64/09-install-mingw1120_64.ps1 @@ -3,9 +3,9 @@ # This script will install 64-bit MinGW 11.2.0 # Note! MinGW version is 9.0.0 but the GCC version is 11.2 which is used with the naming of MinGW -$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev1" +$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev3" -$sha1 = "76bbfd135633d3d414e06cd7bf70cae94d2311db" +$sha1 = "50174112ceca6f9fe42debbedda54ce6e9187302" InstallMinGW $release $sha1 diff --git a/coin/provisioning/qtci-windows-10_21H2-x86_64/09-install-mingw1120_64.ps1 b/coin/provisioning/qtci-windows-10_21H2-x86_64/09-install-mingw1120_64.ps1 index d6aaa064..e23cec73 100644 --- a/coin/provisioning/qtci-windows-10_21H2-x86_64/09-install-mingw1120_64.ps1 +++ b/coin/provisioning/qtci-windows-10_21H2-x86_64/09-install-mingw1120_64.ps1 @@ -3,9 +3,9 @@ # This script will install 64-bit MinGW 11.2.0 # Note! MinGW version is 9.0.0 but the GCC version is 11.2 which is used with the naming of MinGW -$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev1" +$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev3" -$sha1 = "76bbfd135633d3d414e06cd7bf70cae94d2311db" +$sha1 = "50174112ceca6f9fe42debbedda54ce6e9187302" InstallMinGW $release $sha1 diff --git a/coin/provisioning/qtci-windows-11_21H2-x86_64/09-install-mingw1120_64.ps1 b/coin/provisioning/qtci-windows-11_21H2-x86_64/09-install-mingw1120_64.ps1 index 921bf23b..e23cec73 100644 --- a/coin/provisioning/qtci-windows-11_21H2-x86_64/09-install-mingw1120_64.ps1 +++ b/coin/provisioning/qtci-windows-11_21H2-x86_64/09-install-mingw1120_64.ps1 @@ -3,9 +3,9 @@ # This script will install 64-bit MinGW 11.2.0 # Note! MinGW version is 9.0.0 but the GCC version is 11.2 which is used with the naming of MinGW -$release = "mingw-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev1" +$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev3" -$sha1 = "5554791dc13468bf44e2e519c6691f2deecd000c" +$sha1 = "50174112ceca6f9fe42debbedda54ce6e9187302" InstallMinGW $release $sha1