ci: force Windows Git version to 2.22.0#3833
Merged
bk2204 merged 1 commit intogit-lfs:masterfrom Sep 26, 2019
Merged
Conversation
a2acb57 to
e98381d
Compare
In Git for Windows 2.23, the /dev and /dev/fd directories did not get created. As a result, it's not possible to use a process substitution in bash, which breaks a significant portion of the test suite. In the mean time, let's downgrade Git for Windows to 2.22.0, which is what Actions used to use and worked for us. We can remove this hack when the next Git for Windows release occurs.
e98381d to
5225734
Compare
Contributor
|
Interesting. Is there a bugreport/fix for this in Git for Windows? I just want to make sure that subsequent Git for Windows releases will actually fix things back. |
Contributor
|
Found it: git-for-windows/git#2291 |
slonopotamus
approved these changes
Sep 23, 2019
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.
In Git for Windows 2.23, the /dev and /dev/fd directories did not get created. As a result, it's not possible to use a process substitution in bash, which breaks a significant portion of the test suite. In the mean time, let's downgrade Git for Windows to 2.22.0, which is what Actions used to use and worked for us. We can remove this hack when the next Git for Windows release occurs.
Fixes #3828.