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 vcpkg_from_git #7082

Merged
merged 5 commits into from
Jul 2, 2019
Merged

Fix vcpkg_from_git #7082

merged 5 commits into from
Jul 2, 2019

Conversation

Rastaban
Copy link
Contributor

addresses #6707 by removing the SHA256 parameter from vcpkg_from_git and instead relying on the built in sha from git. The way it was being calculated is by hashing the output of git archive after the repository was cloned. This was not stable because different systems/versions rely of different compression tools.

The only port using this is fdlibm so the change does not have much of an impact.

@Rastaban Rastaban added the info:internal This PR or Issue was filed by the vcpkg team. label Jun 28, 2019
@Rastaban Rastaban self-assigned this Jun 28, 2019
@Rastaban Rastaban marked this pull request as ready for review July 1, 2019 20:37
@Rastaban Rastaban merged commit d2b3ef9 into microsoft:master Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants