Skip to content
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

Fix jit-format for Windows #303

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

kunalspathak
Copy link
Member

jit-format was broken on Windows after dotnet/runtime#43651 was merged. Fixed it to use Windows instead of Windows_NT. This will break for people who still haven't merged the changes for Windows_NT -> Windows, but it is OK to break them because eventually using Windows is the right thing.

@kunalspathak
Copy link
Member Author

@dotnet/jit-contrib

Copy link

@sandreenko sandreenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, do you know if windows formatting job is still broken in ci?

@kunalspathak
Copy link
Member Author

LGTM, do you know if windows formatting job is still broken in ci?

I am not sure. May be after I merge this PR, I can revert dotnet/runtime#40035 and dotnet/runtime#40517 and trigger a CI run?

@kunalspathak kunalspathak merged commit 4e9ef57 into dotnet:master Nov 20, 2020
@kunalspathak
Copy link
Member Author

LGTM, do you know if windows formatting job is still broken in ci?

I am not sure. May be after I merge this PR, I can revert dotnet/runtime#40035 and dotnet/runtime#40517 and trigger a CI run?

@sandreenko - Sent out dotnet/runtime#45015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants