open-telemetry / open-telemetry/opentelemetry-cpp
[vcpkg] Create a feature for OTel ABI 2.0 in vcpkg
Open
@ThomsonTan is already working on this.
Since Dec 18, 2023.
Stale
triage/accepted
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 632
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 75
Description
We build OTel in our CI and want to add a build with cmake and otel abi 2.0. We use vcpkg as a package manager.
My ideal vcpkg.json would look like
{
"name": "opentelemetry-cpp",
"features": [
"abi-2"
]
}
Is your feature request related to a problem?
No
Describe the solution you'd like
The current vcpkg does not have an otel abi feature (https://github.com/microsoft/vcpkg/blob/42301df395852935d105799de93abf5481f34f1a/ports/opentelemetry-cpp/vcpkg.json)
Describe alternatives you've considered
Building from source.
Additional context
N/A
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.