opentelemetry-cpp
opentelemetry-cpp copied to clipboard
[BUILD] Enable SSL for curl in bazel build environment
Initialy reported in PR #2415
When building with bazel, CURL is not compiled with SSL.
The following need to be fixed:
- the bazel build itself
- running at least manually the OTLP HTTP functional tests, to verify the build is correct (these tests uses https)
- consider to add the OTLP HTTP functional tests in CI, for a bazel build
This issue is available for anyone to work on. Make sure to reference this issue in your pull request. :sparkles: Thank you for your contribution! :sparkles:
This issue was marked as stale due to lack of activity.