Skip to content

Commit

Permalink
Remove unused mingw package
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
joshcooper committed Apr 22, 2024
1 parent 303ddf9 commit f091e89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/platforms/windows-2012r2-x64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"pl-toolchain-#{self._platform.architecture}",
"pl-zlib-#{self._platform.architecture}",
"mingw-w64 -version 5.2.0 -debug",
"mingw",
"Wix310 -version 3.10.2 -debug -x86"
]

Expand Down

0 comments on commit f091e89

Please sign in to comment.