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

makefile: remove the sorting from the vc-ide action #13294

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Apr 5, 2024

This target generates the MSVC project files. This change removes the extra sorting and instead makes the script use the order of the files as listed in the variables - which are mostly sorted anyway.

This is an attempt to make the project file generation more easily reproducible.

Ref: #13250

This target generates the MSVC project files. This change removes the
extra sorting and instead makes the script use the order of the files as
listed in the variables - which are mostly sorted anyway.

This is an attempt to make the project file generation more easily
reproducible.

Ref: #13250
@github-actions github-actions bot added the build label Apr 5, 2024
@bagder bagder mentioned this pull request Apr 5, 2024
3 tasks
@bagder bagder closed this in 1ef4798 Apr 5, 2024
@bagder bagder deleted the bagder/vc-ide-nosort branch April 5, 2024 14:19
vszakats pushed a commit to vszakats/curl that referenced this pull request Apr 7, 2024
This target generates the MSVC project files. This change removes the
extra sorting and instead makes the script use the order of the files as
listed in the variables - which are mostly sorted anyway.

This is an attempt to make the project file generation more easily
reproducible.

Ref: curl#13250
Closes curl#13294
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant