azure-sdk-for-cpp/vcpkg.json
Anton Kolesnyk 63ac69506f
Update vcpkg baseline (#6574)
* Update vcpkg baseline

* Make code to compile with either newer or older version of opentelemetry-cpp

* Clang-format

* Suppress otel warnings in stress test code

* Update CI to update vcpkg cache if the run is PR-initiated

* Turn SSL caching off by default

* Make code to compile with either newer or older version of opentelemetry-cpp

* Clang-format

* Integrate the exact copy of #6581 - to make sure we're testing the same change with libcurl >= 8.12, and also make future merging easier

* Update cspell

* Move feature to bugfix

* Update vcpkg.yml

* Copy #6582 to verify against the latest libcurl

* Undo unnecessary changes

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-05-21 11:57:28 -07:00

43 lines
774 B
JSON

{
"name": "azure-sdk-for-cpp",
"version": "1.5.0",
"builtin-baseline": "2c7705e70dcfb70e5f726459c3e399bd780bc1fc",
"dependencies": [
{
"name": "curl"
},
{
"name": "libxml2",
"default-features": false,
"platform": "!windows & !uwp"
},
{
"name": "openssl"
},
{
"name": "opentelemetry-cpp",
"features": ["otlp-http"],
"platform": "!(windows & !static)",
"version>=": "1.3.0"
},
{
"name": "wil",
"platform": "windows"
},
{
"name": "azure-c-shared-utility",
"platform": "!uwp"
},
{
"name": "azure-macro-utils-c",
"platform": "!uwp"
},
{
"name": "umock-c",
"platform": "!uwp"
}
],
"overrides": [
]
}