Conversation
The Bash v5.3.9 update causes i686-specific build failures due to a libreadline version clash; see git-for-windows/MSYS2-packages#269 Since 32-bit MinGit is the only remaining i686 artifact offered by Git for Windows, and there is nothing critical in this Bash update for it, fixing those build issues is not worth the trouble. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
rimrul
requested changes
Feb 9, 2026
| msysName, | ||
| version, | ||
| package_name === 'pcre2' | ||
| ['pcre2', 'bash'].includes(package_name) |
Member
There was a problem hiding this comment.
We're In the packageNeedsBothMSYSAndMINGW() arm here. That doesn't seem right for bash.
Member
Author
There was a problem hiding this comment.
Oh, of course! Thanks for the good eyes!
Member
There was a problem hiding this comment.
The check for bash should probably go here.
…loyed As of the Bash v5.3.9 update (see git-for-windows/MSYS2-packages#269), it is intentional that the i686 variant of that package is no longer deployed. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
rimrul
approved these changes
Feb 9, 2026
mjcheetham
approved these changes
Feb 9, 2026
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.
As of git-for-windows/MSYS2-packages#269, the effort of fixing i686-only build failures is too much, and we're no longer updating Git for Windows' i686 Bash (which would be used for MinGit only, anyway).