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

[Build] Multiple CURL packages leads to invalid build (#1738) #1739

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

marcalff
Copy link
Member

@marcalff marcalff commented Nov 7, 2022

Fixes #1738

Changes

Use include "curl/curl.h" instead of <curl/curl.h>,
to build with the proper CURL package.

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

@marcalff marcalff requested a review from a team November 7, 2022 14:34
@codecov
Copy link

codecov bot commented Nov 7, 2022

Codecov Report

Merging #1739 (9d3296b) into main (b8b715f) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1739   +/-   ##
=======================================
  Coverage   85.79%   85.79%           
=======================================
  Files         171      171           
  Lines        5212     5212           
=======================================
  Hits         4471     4471           
  Misses        741      741           
Impacted Files Coverage Δ
...lemetry/ext/http/client/curl/http_operation_curl.h 100.00% <ø> (ø)

@lalitb lalitb merged commit 34b6597 into open-telemetry:main Nov 7, 2022
yxue pushed a commit to yxue/opentelemetry-cpp that referenced this pull request Dec 5, 2022
@marcalff marcalff deleted the fix_curl_include_1738 branch July 4, 2023 07:18
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.

[Build] Multiple CURL packages leads to invalid build.
3 participants