Sponsored Content
Skip to content

docs: Rewrite conan docs for custom recipes - #6647

Merged
bthomee merged 1 commit into
XRPLF:developfrom
mathbunnyru:better_conan_docs
Mar 25, 2026
Merged

docs: Rewrite conan docs for custom recipes#6647
bthomee merged 1 commit into
XRPLF:developfrom
mathbunnyru:better_conan_docs

Conversation

@mathbunnyru

@mathbunnyru mathbunnyru commented Mar 25, 2026

Copy link
Copy Markdown
Contributor

High Level Overview of Change

We now:

  • use export_all script from our fork CCI
  • update a list of recipes to export
  • Use settings_user.yml, to make it easier to add new compilers support

Context of Change

API Impact

  • Public API: New feature (new methods and/or new fields)
  • Public API: Breaking change (in general, breaking changes should only impact the next api_version)
  • libxrpl change (any change that may affect libxrpl or dependents of libxrpl)
  • Peer protocol change (must be backward compatible or bump the peer protocol version)

Comment thread BUILD.md
you need to amend the list of compiler versions in
`$(conan config home)/settings.yml`, by appending the required version number(s)
you need to add your compiler to the list of compiler versions in
`$(conan config home)/settings_user.yml`, by adding the required version number(s)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Using settings_user.yml is easier, and it clearly shows what was added by a user and doesn't require patching existing files

@mathbunnyru
mathbunnyru requested a review from bthomee March 25, 2026 13:23
@mathbunnyru mathbunnyru added Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. Trivial Simple change with minimal effect, or already tested. Only needs one approval. labels Mar 25, 2026
@bthomee
bthomee added this pull request to the merge queue Mar 25, 2026
Merged via the queue into XRPLF:develop with commit dfed048 Mar 25, 2026
1 check passed
@mvadari mvadari added this to the 3.2.0 milestone May 20, 2026
beartec-jpg pushed a commit to beartec-jpg/FalconLedger that referenced this pull request Jun 1, 2026
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. Trivial Simple change with minimal effect, or already tested. Only needs one approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants