8000 Update Conan dependencies: various by bthomee · Pull Request #5349 · XRPLF/rippled · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update Conan dependencies: various #5349

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

Closed
wants to merge 40 commits into from
Closed

Update Conan dependencies: various #5349

wants to merge 40 commits into from

Conversation

bthomee
Copy link
Collaborator
@bthomee bthomee commented Mar 17, 2025

High Level Overview of Change

This PR updates snappy, onetbb, zstd, zlib, and libpq. The snappy library has been removed from the external/ directory, as the latest version no longer needs our custom patches. In addition, building the optional secp256k1 binaries is turned off.

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)

@bthomee bthomee changed the base branch from develop to bthomee/deps3 March 17, 2025 20:03
Copy link
codecov bot commented Mar 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.1%. Comparing base (851d99d) to head (0e7667c).
Report is 51 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #5349     +/-   ##
=========================================
- Coverage     78.2%   78.1%   -0.0%     
=========================================
  Files          795     795             
  Lines        68448   68447      -1     
  Branches      8273    8277      +4     
=========================================
- Hits         53493   53484      -9     
- Misses       14955   14963      +8     

see 3 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bthomee bthomee marked this pull request as ready for review March 17, 2025 21:12
Base automatically changed from bthomee/deps3 to develop March 18, 2025 15:25
@bthomee bthomee requested review from legleux and vlntb March 18, 2025 17:08
@bthomee bthomee added this to the 2.6.0 (Q3 2025) milestone May 27, 2025
Copy link
Collaborator
@legleux legleux left a comment

Choose a reason for hiding this comment

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

Seems like we can just close this.

D7AF
@@ -90,6 +90,11 @@ set_target_properties(OpenSSL::SSL PROPERTIES
INTERFACE_COMPILE_DEFINITIONS OPENSSL_NO_SSL2
)
set(SECP256K1_INSTALL TRUE)
set(SECP256K1_BUILD_BENCHMARK OFF)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Since we (I) committed this (as a sin) we might as well turn it off at the source

@@ -68,7 +68,7 @@ def requirements(self):
if self.options.with_mysql:
self.requires("libmysqlclient/8.1.0")
if self.options.with_postgresql:
self.requires("libpq/15.5")
Copy link
Collaborator

Choose a reason for hiding this comment

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

I wouldn't update dependency's dependencies in external. The recipes are written for a specific version by someone else so why bother.

Update the dependency's dependency by updating the dependency.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I thought we needed this for something?
Hmm, this reminds me of something I was seeing why I never approved this. #4431 (comment)

prevents builders from statically linking it.

I didn't see that before but that might explain it.

@@ -32,6 +32,14 @@ jobs:
build_dir: .build
NUM_PROCESSORS: 12
steps:
- name: cleanup
Copy link
Collaborator

Choose a reason for hiding this comment

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

Probably don't have to worry about this anymore I guess.

@bthomee
Copy link
Collaborator Author
bthomee commented Jun 7, 2025

Seems like we can just close this.

Ok, once the Conan 2 changes have been merged we can create a new PR.

@bthomee bthomee closed this Jun 7, 2025
@bthomee bthomee deleted the bthomee/deps4 branch June 7, 2025 10:29
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.

2 participants
0