Port "make" retry on Windows to main branch #387
Merged
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.
Port a0895e3 (#299) to
microsoft/main
to mitigate:At the time of the original PR, Windows flakiness was only showing up in the 1.17 branch, so this feature was implemented there. But, I saw it in
microsoft/main
while working on the migration to submodules:https://dev.azure.com/dnceng/internal/_build/results?buildId=1574835&view=logs&j=b5927786-9a30-525e-205c-cd8ea15c1825&s=96ac2280-8cb4-5df5-99de-dd2da759617d&t=f7c1727d-5b14-5ff4-8b2e-08087f80ab99&l=86
(Technically
link.exe
rather thancompile.exe
, but it seems likely to be the same root cause.)