-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New msys2-runtime version] fixup! Don't create WSL symlinks for MSYS2 #2864
Comments
Yep, this came in via msys2/msys2-runtime#16, which I ported to Git for Windows' |
Okay, so... I finally figured out why that build failed. The problem is that we are checking out the files with GCC has no problem with that, but as part of the build, the Perl script Except that it doesn't, not if the file has DOS line endings, because then the regular expression I added a work-around here: git-for-windows/MSYS2-packages@d0e8627 The most puzzling thing for me was: why did this not fail earlier? Now, that is a good question to ask. The And because it is required to re-build itself, the In other words: whether or not |
Aaaand of course the new build failed, too, this time for another reason: the So I came up with this workaround for now: git-for-windows/build-extra@a8ee932 |
Aaaand now the build failed again. This time for the reason that the logic failed that should have determined whether the That forced my hand to fix this properly: git-for-windows/build-extra@f6f802b. (There is still the issue that unrelated changes to |
Finally! The build succeeded: https://dev.azure.com/Git-for-Windows/git/_build/results?buildId=64805&view=logs&j=cfa20e98-6997-523c-4233-f0a7302c929f |
msys2/msys2-runtime@f31004f
The text was updated successfully, but these errors were encountered: