Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI test with C++14, and latest gRPC release. #1607

Closed
esigo opened this issue Sep 10, 2022 · 2 comments · Fixed by #1608
Closed

Add CI test with C++14, and latest gRPC release. #1607

esigo opened this issue Sep 10, 2022 · 2 comments · Fixed by #1608
Assignees

Comments

@esigo
Copy link
Member

esigo commented Sep 10, 2022

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

@esigo esigo self-assigned this Sep 10, 2022
@esigo
Copy link
Member Author

esigo commented Sep 13, 2022

September 12th, 2022 SIG meeting:

  • 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.

@owent
Copy link
Member

owent commented Sep 14, 2022

September 12th, 2022 SIG meeting:

* 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants