diff options
| author | Jubilee <workingjubilee@gmail.com> | 2024-09-09 00:17:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-09 00:17:46 -0700 |
| commit | 1ea466bdcefaacf00c576aeedf1148fdc6fc3252 (patch) | |
| tree | 30b5a170bce418f0be246d068fb457fe092c3102 /src | |
| parent | 085744b7ad8b227239bcee0a44cd78dcd0310ab9 (diff) | |
| parent | 4ee58db2f10d370f8e7ccc4b1409440342f01c3e (diff) | |
| download | rust-1ea466bdcefaacf00c576aeedf1148fdc6fc3252.tar.gz rust-1ea466bdcefaacf00c576aeedf1148fdc6fc3252.zip | |
Rollup merge of #119229 - mati865:update-mingw-toolchain, r=jieyouxu,petrochenkov
Update mingw-w64 + GNU toolchain The list of packaged tools and their versions is available at: https://github.com/niXman/mingw-builds-binaries/releases/tag/14.1.0-rt_v12-rev0 Fixes: https://github.com/rust-lang/rust/issues/112368
Diffstat (limited to 'src')
| -rwxr-xr-x | src/ci/scripts/install-mingw.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/scripts/install-mingw.sh b/src/ci/scripts/install-mingw.sh index 31aa3785bc3..91eab2e7a08 100755 --- a/src/ci/scripts/install-mingw.sh +++ b/src/ci/scripts/install-mingw.sh @@ -6,8 +6,8 @@ IFS=$'\n\t' source "$(cd "$(dirname "$0")" && pwd)/../shared.sh" -MINGW_ARCHIVE_32="i686-12.2.0-release-posix-dwarf-rt_v10-rev0.7z" -MINGW_ARCHIVE_64="x86_64-12.2.0-release-posix-seh-rt_v10-rev0.7z" +MINGW_ARCHIVE_32="i686-14.1.0-release-posix-dwarf-msvcrt-rt_v12-rev0.7z" +MINGW_ARCHIVE_64="x86_64-14.1.0-release-posix-seh-msvcrt-rt_v12-rev0.7z" if isWindows && isKnownToBeMingwBuild; then case "${CI_JOB_NAME}" in |
