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
As discussed in September 7th, 2022 SIG meeting, we need a CI that tests otlp exporters using the latest gRPC release.
As gRPC no longer support std 11, gRPC has to be compiled with std >14
The text was updated successfully, but these errors were encountered:
* Use the latest gRPC version in the mainstream CI tests. ( which uses C++14 as default compile mode)
* Have a separate CI test for older gRPC version ( < gRPC 1.46) with C++11 compiler.
* Existing gcc4.8 CI test with oldest gRPC version( gRPC 1.39)
* Need to separately investigate the issue with bazel build.
Does gRPC 1.39 support gcc 4.8? We use gRPC 1.33.2 before.
As discussed in September 7th, 2022 SIG meeting, we need a CI that tests otlp exporters using the latest gRPC release.
As gRPC no longer support std 11, gRPC has to be compiled with std >14
The text was updated successfully, but these errors were encountered: