[CI] Benchmark workflow fails, C++14 required to build grpc #2083
Labels
bug
Something isn't working
do-not-stale
help wanted
Good for taking. Extra help will be provided by maintainers
Milestone
The benchmark workflow fails in main:
Run OpenTelemetry-cpp benchmarks
It is a little bit confusing that there is two "benchmarks". One of them is called with
ci/do_ci.sh bazel.benchmark
which is failed, another one is called with./ci/do_ci.sh benchmark
succeed.Inside the Bash script,
--host_cxxopt=-std=c++14
is missing in one of them, maybe it could be the reason to fail.The text was updated successfully, but these errors were encountered: