-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix issue #72: Hang when vswhere produces no output
close write handle before reading from the pipe
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
80b94fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @dscho !
Triggering a new pipeline for cv2pdb after this commit causes unrelated failures, see https://github.com/rainers/cv2pdb/runs/5708788385?check_suite_focus=true#step:5:30
I suspect this is related to recent changes to the git-for-windows/setup-git-for-windows-sdk@v1
action. Any idea what's going on? Does this need another action now? Thanks.
80b94fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh whoops, sorry! I'll work on this right now.
80b94fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once https://dev.azure.com/Git-for-Windows/git/_build/results?buildId=96838 finishes (these builds typically need between 30-45 minutes), this should be resolved. (If you're curious, this is the fix.)
80b94fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @dscho. Tests are passing again 👍 .
80b94fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! FWIW I added a minimal test to that Pipeline that verifies that we can still build DLLs with the minimal Git for Windows SDK, to prevent similar regressions in the future (see this build).