Bazel build is missing for curl based http client implementation ( #385 ).
From CMake prospective, the changes are minimal. As it's pure header based implementation for curl, we check for the presence of curl library at unit-test level, and compile and run these tests only if library is present.
Refer: https://github.com/lalitb/opentelemetry-cpp/blob/http_client_curl/ext/test/http/CMakeLists.txt
Probably something similar needs to be done for Bazel.
Bazel build is missing for curl based http client implementation ( #385 ).
From CMake prospective, the changes are minimal. As it's pure header based implementation for curl, we check for the presence of curl library at unit-test level, and compile and run these tests only if library is present.
Refer: https://github.com/lalitb/opentelemetry-cpp/blob/http_client_curl/ext/test/http/CMakeLists.txt
Probably something similar needs to be done for Bazel.