Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[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

Merged

Conversation

dbarker
Copy link
Contributor

@dbarker dbarker commented Mar 26, 2025

Follow up fix to PR #3270

Changes

  • fixes typo in args to the setup_grpc.sh script in DockerFile.dev
  • adds check for the arg in setup_grpc.sh
  • adds cmake flag to the install scripts for abseil, protobuf, and grpc to require the cxx standard requested and not allow cxx extensions
  • remove unused plugins from the grpc build

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

…the cxx standard and not allow extensions. echo the cmake build args
@dbarker dbarker requested a review from a team as a code owner March 26, 2025 18:40
Copy link

netlify bot commented Mar 26, 2025

Deploy Preview for opentelemetry-cpp-api-docs canceled.

Name Link
🔨 Latest commit 5979028
🔍 Latest deploy log https://app.netlify.com/sites/opentelemetry-cpp-api-docs/deploys/67e49c6054266700089f09ac

Copy link

codecov bot commented Mar 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.52%. Comparing base (6e214c8) to head (5979028).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

-DgRPC_BUILD_TESTS=OFF
-DgRPC_BUILD_GRPC_CSHARP_PLUGIN=OFF
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Member

@marcalff marcalff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marcalff marcalff merged commit a6779d8 into open-telemetry:main Mar 27, 2025
58 checks passed
malkia added a commit to malkia/opentelemetry-cpp that referenced this pull request Mar 27, 2025
@dbarker dbarker deleted the fix_devcontainer_dependency_install branch March 31, 2025 16:13
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 this pull request may close these issues.

3 participants