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

[vcpkg_configure_cmake] Pass CMAKE_DISABLE_SOURCE_CHANGES to all ports by default #12846

Conversation

ras0219
Copy link
Contributor

@ras0219 ras0219 commented Aug 10, 2020

This PR passes CMAKE_DISABLE_SOURCE_CHANGES by default to all vcpkg_configure_cmake() calls, which prevents any race conditions around parallel configure steps. It is disabled when passing DISABLE_PARALLEL_CONFIGURE, since this also removes the race condition.

Duplicate of #10999

@JackBoosY JackBoosY added category:vcpkg-feature The issue is a new capability of the tool that doesn’t already exist and we haven’t committed info:internal This PR or Issue was filed by the vcpkg team. labels Aug 11, 2020
@ras0219 ras0219 marked this pull request as draft August 28, 2020 18:58
@ras0219-msft
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ras0219 ras0219 marked this pull request as ready for review September 1, 2020 05:13
@ras0219-msft ras0219-msft merged commit cdd4a98 into microsoft:master Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:vcpkg-feature The issue is a new capability of the tool that doesn’t already exist and we haven’t committed info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants