azure-sdk-for-c icon indicating copy to clipboard operation
azure-sdk-for-c copied to clipboard

When a vcpkg version we use gets updated, figure out a way to automate syncing the cgmanifest commit hashes to it.

Open ahsonkhan opened this issue 4 years ago • 0 comments

See https://github.com/Azure/azure-sdk-for-c/pull/1354#discussion_r494668042

For the time being, we have pinned the vcpkg version that we use. The git hashes for our dependencies come from the following version of vcpkg and are used to populate the cgmanifest.json file: https://github.com/Azure/azure-sdk-for-c/blob/6395acce257d21df607d92efdffea6d4729e4655/eng/vcpkg-commit.txt#L1

These hashes won't change until we do a manual update of the vcpkg version. At which point, we will need to update these too. https://github.com/Azure/azure-sdk-for-c/blob/de6e2a7c5ebdf68cc4979d8cfedec6f8cd376218/cgmanifest.json#L23-L32

cc @weshaggard

ahsonkhan avatar Sep 25 '20 01:09 ahsonkhan