chore(bazel): add MODULE.bazel files for bzlmod by mmorel-35 · Pull Request #102 · DataDog/dd-trace-cpp

@mmorel-35

@mmorel-35

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>

@dgoffredo

@mmorel-35 Thanks for the patch!

Our bazel build mode is for consumption by Envoy. Do you expect that their use of our code will continue to work after this change? I have yet to try it.

@mmorel-35

Do you expect that their use of our code will continue to work after this change?

It is what claims Bazel, that bzlmod and workspace mode can work at the same time.
What I'm trying to do here is to make envoy relsolve its dependencies as mush as possible throught bzlmod.

See https://github.com/envoyproxy/envoy/milestone/106

@dgoffredo

Looks good to me. The coverage publishing failure is either spurious or related to a recent change to our CI.