Skip to content

Commit f091e89

Browse files
committed
Remove unused mingw package
Commit aea5e88 added mingw on windows-2012r2-x64 (only) for bootsnap (in bolt). Later the bootsnap changes were removed 65fd77a but the mingw package was not removed. As a result, we've continued to install the package: mingw v8.1.0 mingw package files install completed. Performing other installation steps. Downloading mingw 64 bit from 'https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/seh/x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z/download' Download of x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z (47.08 MB) completed. Hashes match. Extracting C:\Users\Administrator\chocolatey\mingw\8.1.0\x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z to C:\ProgramData\chocolatey\lib\mingw\tools\install... We don't actully need mingw, as the structured exception handling libraries are implemented in the mingw-w64 we've already installed: Running Install-ChocolateyZipPackage -packageName 'mingw-w64' -url 'C:\ProgramData\chocolatey\lib\mingw-w64\tools\x86_64-5.2.0-release-win32-seh-rt_v4-rev0.7z' -unzipLocation 'C:\tools'
1 parent 303ddf9 commit f091e89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configs/platforms/windows-2012r2-x64.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"pl-toolchain-#{self._platform.architecture}",
2525
"pl-zlib-#{self._platform.architecture}",
2626
"mingw-w64 -version 5.2.0 -debug",
27-
"mingw",
2827
"Wix310 -version 3.10.2 -debug -x86"
2928
]
3029

0 commit comments

Comments
 (0)