-
Notifications
You must be signed in to change notification settings - Fork 483
[DEVCONTAINER] fix grpc install #3325
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
[DEVCONTAINER] fix grpc install #3325
Conversation
…the cxx standard and not allow extensions. echo the cmake build args
✅ 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 #3325 +/- ##
==========================================
+ Coverage 89.51% 89.52% +0.02%
==========================================
Files 210 210
Lines 6526 6526
==========================================
+ Hits 5841 5842 +1
+ Misses 685 684 -1 🚀 New features to boost your workflow:
|
-DgRPC_BUILD_TESTS=OFF | ||
-DgRPC_BUILD_GRPC_CSHARP_PLUGIN=OFF |
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.
Are the plug-ins default on? Or need set CPP plug-in as ON?
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.
Yeah all are on by default except the OTEL plugin. I'll push a commit to explicitly set the cpp plugin on to be consistent.
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
[DEVCONTAINER] fix grpc install (open-telemetry#3325)
Follow up fix to PR #3270
Changes
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes