Revert #4832: Removed 32-bit MinGW job#4891
Merged
hugovk merged 3 commits intopython-pillow:masterfrom Aug 31, 2020
Merged
Conversation
Member
|
Welcome back to the CI, MSYS2 MinGW 32-bit! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #4832.
Update CI targets in
installation.rst.While working on #4890 I reread https://www.msys2.org/news/#2020-05-17-32-bit-msys2-no-longer-actively-supported and realized it is not referring to MSYS2 MinGW 32-bit, but the 32-bit version of MSYS2.
I.e. both MSYS2 MinGW 64-bit (
mingw-w64-x86_64) and MSYS2 MinGW 32-bit (mingw-w64-i686) are still supported on 64-bit Windows.I.e. MSYS2 (the installer) is no longer supported on 32-bit Windows.
To clarify a bit, the MSYS2 subsystem is based on Cygwin, while the MinGW subsystems provide native Windows executables cross-compiled using MSYS2.