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

Merged
merged 7 commits into from
Feb 6, 2025
Merged

Updates Conan dependencies #5256

merged 7 commits into from
Feb 6, 2025

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.2%. Comparing base (fb3713b) to head (63e134e).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop   #5256   +/-   ##
=======================================
  Coverage     78.1%   78.2%           
=======================================
  Files          790     790           
  Lines        67607   67608    +1     
  Branches      8164    8160    -4     
=======================================
+ Hits         52829   52840   +11     
+ Misses       14778   14768   -10     

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/.

@bthomee bthomee added the Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. label Feb 6, 2025
@bthomee bthomee merged commit 02387fd into develop Feb 6, 2025
24 checks passed
@bthomee bthomee deleted the bthomee/deps branch February 6, 2025 21:16
ximinez added a commit that referenced this pull request Feb 7, 2025
* upstream/develop:
  Updates Conan dependencies (#5256)
ximinez added a commit that referenced this pull request Feb 7, 2025
* upstream/develop:
  Updates Conan dependencies (#5256)
This was referenced Feb 18, 2025
q73zhao pushed a commit that referenced this pull request Feb 24, 2025
This PR updates several Conan dependencies:
* boost
* date
* libarchive
* libmysqlclient
* libpq
* lz4
* onetbb
* openssl
* sqlite3
* zlib
* zstd
This was referenced Feb 26, 2025
This was referenced Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants