Inconsistency between Bazel & CMake #2072
Labels
bug
Something isn't working
do-not-stale
good first issue
Good for newcomers
help wanted
Good for taking. Extra help will be provided by maintainers
Describe your environment In OTLP project, there are two different build mechanisms which one of them could be used for compilation different targets. Also, it would be helpful to maintain different third party packages from their source codes.
Steps to reproduce
For CMake, there is a file(third_party_release) which contains which third party library is linked with which version. Same for Bazel, the file(repository.bzl) contains same information. However, both file contains different third-party versions as an information.
For example;
What is the expected behavior?
Same versions must be used for even different build mechanisms.
What is the actual behavior?
There are different versions for Bazel and CMake which could cause inconsistency.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: