Skip to content

[CMAKE] Upgrade curl to 8.21.0#4187

Merged
ThomsonTan merged 4 commits into
open-telemetry:mainfrom
dbarker:cmake_upgrade_curl_8_21_0
Jun 28, 2026
Merged

[CMAKE] Upgrade curl to 8.21.0#4187
ThomsonTan merged 4 commits into
open-telemetry:mainfrom
dbarker:cmake_upgrade_curl_8_21_0

Conversation

@dbarker

@dbarker dbarker commented Jun 26, 2026

Copy link
Copy Markdown
Member

Contributes to #4163

Changes

  • upgrade curl to 8.21.0

  • curl 8.21.0 has a cmake minimum of 3.18 and the otel-cpp minimum is 3.16. This only impacts the FetchContent (and add_subdirectory) use case. Many other dependencies are still at 3.16 (grpc, protobuf, googletest) so bumping the project CMake minimum is not appropriate right now. Instead this PR:

    • Updates the FetchContent test is updated to install CMake 3.18
    • Updates the INSTALL.md guide accordingly.

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

@dbarker dbarker changed the title [CMAKE] upgrade curl to 8.21.0 [CMAKE] Upgrade curl to 8.21.0 Jun 26, 2026
@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.89%. Comparing base (10a5a4f) to head (e491225).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4187   +/-   ##
=======================================
  Coverage   82.89%   82.89%           
=======================================
  Files         405      405           
  Lines       17292    17292           
=======================================
  Hits        14332    14332           
  Misses       2960     2960           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dbarker dbarker marked this pull request as ready for review June 26, 2026 19:19
@dbarker dbarker requested a review from a team as a code owner June 26, 2026 19:19
Comment thread .github/workflows/ci.yml
@ThomsonTan ThomsonTan merged commit e10c761 into open-telemetry:main Jun 28, 2026
71 checks passed
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