Skip to content

Crazy speed improvement improvement for release-builder#645

Open
tequdev wants to merge 6 commits intoXahau:devfrom
tequdev:release-builder-ccache
Open

Crazy speed improvement improvement for release-builder#645
tequdev wants to merge 6 commits intoXahau:devfrom
tequdev:release-builder-ccache

Conversation

@tequdev
Copy link
Member

@tequdev tequdev commented Nov 27, 2025

High Level Overview of Change

Context of Change

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Tests (you added tests for code that already exists, or your new feature included in this PR)
  • Documentation update
  • Chore (no impact to binary, e.g. .gitignore, formatting, dropping support for older tooling)
  • Release

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)

@tequdev tequdev force-pushed the release-builder-ccache branch from 58b6be7 to fec5668 Compare November 27, 2025 17:32
@tequdev tequdev changed the title Output ccache configuration in release-builder [DO NOT MERGE] Crazy speed improvement improvement for release-builder [DO NOT MERGE] Nov 27, 2025
@tequdev tequdev changed the base branch from dev to ccache-100G November 27, 2025 17:45
RUN /hbb_exe/activate-exec bash -c "ccache -M 100G && \
ccache -o cache_dir=/cache/ccache && \
ccache -o compiler_check=content && \
ccache -o direct_mode=true && \
Copy link
Collaborator

Choose a reason for hiding this comment

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

TIL :)

@tequdev tequdev changed the base branch from ccache-100G to dev December 16, 2025 08:58
@tequdev tequdev changed the title Crazy speed improvement improvement for release-builder [DO NOT MERGE] Crazy speed improvement improvement for release-builder Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants