You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@marcalff sorry I missed this. You could use bazel query '//... except kind(.*test, //...)' | xargs bazel build --cxxopt=-std=c++14 to build non-test targets after merging the PR I just raised.
Clone a fresh opentelemetry-cpp repository.
Run:
CC=/usr/bin/gcc-11 CXX=/usr/bin/g++-11 bazel build //...
Expecting the code to build, per instructions from INSTALL.md
Instead, it breaks here:
I suspect
nosend
is not seen because#ifdef ENABLE_TESTING
is not defined.No idea how to fix this (not a bazel user, not familiar with
ext
that contains test code).The text was updated successfully, but these errors were encountered: