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 formatting job on windows #69054

Merged
merged 6 commits into from
May 9, 2022
Merged

Conversation

jakobbotsch
Copy link
Member

@jakobbotsch jakobbotsch commented May 9, 2022

Fix #69053

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 9, 2022
@ghost ghost assigned jakobbotsch May 9, 2022
@ghost
Copy link

ghost commented May 9, 2022

Tagging subscribers to this area: @JulieLeeMSFT
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: jakobbotsch
Assignees: jakobbotsch
Labels:

area-CodeGen-coreclr

Milestone: -

@jakobbotsch jakobbotsch linked an issue May 9, 2022 that may be closed by this pull request
@jakobbotsch
Copy link
Member Author

jakobbotsch commented May 9, 2022

@jakobbotsch jakobbotsch changed the title Try to fix formatting job on windows Fix formatting job on windows May 9, 2022
@jakobbotsch jakobbotsch marked this pull request as ready for review May 9, 2022 13:56
@jakobbotsch jakobbotsch requested a review from kunalspathak May 9, 2022 13:56
@jakobbotsch
Copy link
Member Author

@kunalspathak PTAL, cc @dotnet/jit-contrib

Copy link
Member

@kunalspathak kunalspathak left a comment

Choose a reason for hiding this comment

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

LGTM

scriptSource: 'filePath'
scriptPath: $(Build.SourcesDirectory)/src/tests/Common/scripts/format.py
arguments: '-c $(Build.SourcesDirectory)/src/coreclr -o $(osGroup) -a $(archType)'
- script: $(PythonScript) $(Build.SourcesDirectory)/src/tests/Common/scripts/format.py -c $(Build.SourcesDirectory)/src/coreclr -o $(osGroup) -a $(archType)
Copy link
Member

Choose a reason for hiding this comment

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

Are you guaranteed python is installed in all the images we use?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure, but we use the same approach in the rest of our JIT runs that use Python scripts and haven't run into issues yet.

@hoyosjs
Copy link
Member

hoyosjs commented May 9, 2022

Merging to unblock PRs

@hoyosjs hoyosjs merged commit 555f611 into dotnet:main May 9, 2022
@jakobbotsch jakobbotsch deleted the fix-formatting branch May 9, 2022 17:59
@ghost ghost locked as resolved and limited conversation to collaborators Jun 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Formatting jobs failing on Windows after native toolset upgrade
3 participants