Azure / azure-sdk-for-c

This repository is for active development of the Azure SDK for Embedded C. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-c.
MIT License
219 stars 115 forks source link

Update vcpkg SHA to match the C++ repo #2808

Closed antkmsft closed 2 months ago

antkmsft commented 2 months ago

Update vcpkg SHA to the same that C++ is using (https://github.com/Azure/azure-sdk-for-cpp/pull/5564). There is no urgent reason, we just should be doing it periodically (same reason as #2744).

@vaavva, please let me know if you want the same PR with this commit being cherry-picked from main to feature/v2 branch, once this PR gets merged. My understanding is that you do merge main into feature/v2 on a regular basis anyway (https://github.com/Azure/azure-sdk-for-c/pull/2745#issuecomment-2066716153).

vaavva commented 2 months ago

@antkmsft A cherry pick PR for feature/v2 would be great, thanks!