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

Update vcpkg version dependencies #2718

Merged
merged 3 commits into from
Aug 9, 2021
Merged

Update vcpkg version dependencies #2718

merged 3 commits into from
Aug 9, 2021

Conversation

antkmsft
Copy link
Member

@antkmsft antkmsft commented Aug 9, 2021

Closes #2702

  1. VcPkg have a bug currently so at a moment we can't use version>= and builtin-baseline: [Azure-*] Remove version constraint microsoft/vcpkg#19299 (comment)

  2. Identity depends on core 1.2.0.

  3. Keyvault-Keys depends on core 1.1.0 - @vhvb1989, please correct me if I am wrong.

  4. Storage depends on core 1.0.0, and all storage libs that depend on storage-common do depend on 12.0.0. But datalake depends on storage-blobs 12.1.0 - @Jinming-Hu, please correct me if I am wrong. This also applies to the new azure-storage-queues lib.

  5. Keyvault-Secrets was missing a core dependency in the vcpkg manifest. Per cmakelists.txt, it was depending on core 1.1.0. I updated vcpkg manifest files to reflect that - @gearama, please correct me if I am wrong.

@antkmsft antkmsft mentioned this pull request Aug 9, 2021
14 tasks
@antkmsft antkmsft self-assigned this Aug 9, 2021
@antkmsft antkmsft added this to the [2021] August milestone Aug 9, 2021
@antkmsft antkmsft added blocking-release Blocks release EngSys This issue is impacting the engineering system. labels Aug 9, 2021
Copy link
Member

@vhvb1989 vhvb1989 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Asking to update Key Vault to depend on azure-core 1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking-release Blocks release EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Put more version requirements in vcpkg manifest files
3 participants