-
Notifications
You must be signed in to change notification settings - Fork 438
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
[BUILD] Opentelemetry C++20 extension causes Envoy build issue #2572
Comments
Please clarify:
The relevant opentelemetry-cpp code is:
In other words, opentelemetry-cpp will use Building with |
Just wondering why envoy do not allow |
I am building envoy-contrib with this option I have tried building |
Ok, but this does not tell us anything about the compiler version, and the C++ standard used. |
You're right. I have to ask Envoy team about this. |
FYI, Envoy has recently switched to C++ 20. So, we can build without hitting any error. envoyproxy/envoy#32660 (comment) |
* Contributes to #2572 * Restored support for __builtin_expect() * Typo
This issue was marked as stale due to lack of activity. |
Title: [BUILD] Opentelemetry C++20 extension causes Envoy build issue
Description:
Envoy build failed because of Opentelemetry C++20 requirement.
The text was updated successfully, but these errors were encountered: