Skip to content

#28: optimize ccache settings#29

Merged
lifflander merged 1 commit intomasterfrom
28-optimize-ccache-settings
Jul 9, 2025
Merged

#28: optimize ccache settings#29
lifflander merged 1 commit intomasterfrom
28-optimize-ccache-settings

Conversation

@cz4rs
Copy link
Copy Markdown
Contributor

@cz4rs cz4rs commented Jul 3, 2025

fixes #28
depends on DARMA-tasking/vt#2451

Lower the ccache storage limit. ccache is supposed to do the sensible thing and remove oldest data when it hits the limit.


ENV CCACHE_COMPILERCHECK=content \
CCACHE_COMPRESS=1 \
CCACHE_COMPRESSLEVE=5 \
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.

There's a typo (CCACHE_COMPRESSLEVEL), but also default value is 6 so let's simply stick with default.

@cz4rs cz4rs force-pushed the 28-optimize-ccache-settings branch from 0629249 to c581dc8 Compare July 3, 2025 20:54
@cz4rs cz4rs marked this pull request as draft July 4, 2025 15:10
@cz4rs cz4rs requested review from cwschilly and lifflander July 4, 2025 15:10
@cz4rs cz4rs marked this pull request as ready for review July 7, 2025 17:20
@cz4rs cz4rs force-pushed the 28-optimize-ccache-settings branch from 2d888aa to eb6ed0d Compare July 7, 2025 17:21
@cz4rs cz4rs requested a review from JacobDomagala July 9, 2025 09:42
Copy link
Copy Markdown
Member

@JacobDomagala JacobDomagala left a comment

Choose a reason for hiding this comment

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

👍

@lifflander lifflander merged commit 2cc4f95 into master Jul 9, 2025
56 of 57 checks passed
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.

optimize ccache settings

3 participants