mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[opentelemetry-cpp] remove curl as dependency to core feature (#36463)
* [opentelemetry-cpp] remove curl as dependency to core feature * Pick up fix from contrib repo * Update commit hash
This commit is contained in:
parent
7fad8ea427
commit
1084a60102
@ -51,9 +51,9 @@ if(WITH_GENEVA)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH CONTRIB_SOURCE_PATH
|
||||
REPO open-telemetry/opentelemetry-cpp-contrib
|
||||
REF bf3e3833498d45865f85423764f0d98372fe5646
|
||||
REF 26e5ed48d81bb03fde52848ab394605dde0fb1a8
|
||||
HEAD_REF main
|
||||
SHA512 d8468997f8d2545d3bb230fd6c8072d70f6842020e9b6ac9cd7725d4c9e728f307618943c96af9cf9116ea2952c1e225e5dd3d4cf829644ad4f1f4c74dd14a0c
|
||||
SHA512 f483dc96a884450fbb17fdaf0b5514ba44546f1742c2f80f552fcb442e08fbfe399441594e95ffd2c644c20907baef83d52c326dd6d3d5eb70cf29d30b2c5a0e
|
||||
)
|
||||
set(OPENTELEMETRY_CPP_EXTERNAL_COMPONENTS "")
|
||||
list(APPEND OPENTELEMETRY_CPP_EXTERNAL_COMPONENTS "${CONTRIB_SOURCE_PATH}/exporters/geneva")
|
||||
|
@ -2,7 +2,7 @@
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"name": "opentelemetry-cpp",
|
||||
"version-semver": "1.13.0",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": [
|
||||
"OpenTelemetry is a collection of tools, APIs, and SDKs.",
|
||||
"You use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior."
|
||||
@ -11,7 +11,6 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": [
|
||||
"abseil",
|
||||
"curl",
|
||||
"nlohmann-json",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -6422,7 +6422,7 @@
|
||||
},
|
||||
"opentelemetry-cpp": {
|
||||
"baseline": "1.13.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"opentelemetry-fluentd": {
|
||||
"baseline": "2.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "03054c83c227b0d62db194cb111cb9885f787abe",
|
||||
"version-semver": "1.13.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "f732f422f031bbc6b126743a388bcf50280acb0e",
|
||||
"version-semver": "1.13.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user