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

Updates Conan dependencies #5256

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Updates Conan dependencies #5256

wants to merge 6 commits into from

Conversation

bthomee
Copy link
Collaborator

@bthomee bthomee commented Jan 28, 2025

High Level Overview of Change

This PR updates several Conan dependencies, namely:

  • boost
  • date
  • libarchive
  • libmysqlclient
  • libpq
  • lz4
  • onetbb
  • openssl
  • sqlite3
  • zlib
  • zstd

Context of Change

Dependency scanning revealed that current dependencies are out of date. Updating dependencies allows us to take advantage of bug fixes, new features, and/or security improvements.

Type of Change

  • Refactor (non-breaking change that only restructures code)

Future Tasks

Not all dependencies could be updated to their latest published versions without resulting in compilation errors, particularly grpc, protobuf, boost (>= 1.84), and rocksdb. These will be addressed in additional PRs.

@bthomee bthomee changed the title Updates non-external dependencies Draft: Updates non-external dependencies Jan 28, 2025
@bthomee bthomee changed the title Draft: Updates non-external dependencies Updates non-external dependencies Jan 28, 2025
@bthomee bthomee marked this pull request as draft January 28, 2025 10:45
@bthomee bthomee changed the title Updates non-external dependencies Updates Conan dependencies Jan 28, 2025
Copy link

codecov bot commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.1%. Comparing base (1b75dc8) to head (1eae193).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #5256     +/-   ##
=========================================
- Coverage     78.1%   78.1%   -0.0%     
=========================================
  Files          790     790             
  Lines        67340   67341      +1     
  Branches      8155    8152      -3     
=========================================
- Hits         52585   52579      -6     
- Misses       14755   14762      +7     

see 4 files with indirect coverage changes

Impacted file tree graph

@bthomee bthomee requested review from Bronek and legleux January 29, 2025 17:09
@bthomee bthomee marked this pull request as ready for review January 29, 2025 17:09
Copy link
Collaborator

@Bronek Bronek left a comment

Choose a reason for hiding this comment

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

LGTM

@legleux
Copy link
Collaborator

legleux commented Jan 29, 2025

Looking into this. I'm wary of the edits to the recipes in external/.

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