-
Notifications
You must be signed in to change notification settings - Fork 483
[BUILD] Fixes glibc++ 5 checking #3355
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
Conversation
✅ Deploy Preview for opentelemetry-cpp-api-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3355 +/- ##
==========================================
+ Coverage 89.67% 89.69% +0.02%
==========================================
Files 211 211
Lines 6832 6832
==========================================
+ Hits 6126 6127 +1
+ Misses 706 705 -1 🚀 New features to boost your workflow:
|
…METRY_STL_VERSION` is defined
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes the issue we observed in Envoy while bumping up to v1.20. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks. Thanks for testing @agrawroh
The PR looks good overall! |
Is the original file name also kind of misleading, because the |
I see your point about the naming — agree that However, since |
Good point, I restore config.h, but only add error message for ABI v2 and warning messages for v1. How do you think about it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix.
Fixes #3354
Changes
Please provide a brief description of the changes here.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes