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

feat(cli): add Ccache support #3375

Merged
merged 1 commit into from
Oct 2, 2024
Merged

feat(cli): add Ccache support #3375

merged 1 commit into from
Oct 2, 2024

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Oct 1, 2024

Description

Add Ccache support

Test plan

CI should pass.

Stats from last run:

Cache directory:            /Users/runner/work/rnx-kit/rnx-kit/.ccache
Config file:                /Users/runner/work/rnx-kit/rnx-kit/.ccache/ccache.conf
System config file:         /opt/homebrew/Cellar/ccache/4.10.2_1/etc/ccache.conf
Stats updated:              Tue Oct  1 11:20:34 2024
Cacheable calls:            2216 / 2227 (99.51%)
  Hits:                     2216 / 2216 (100.0%)
    Direct:                 2216 / 2216 (100.0%)
    Preprocessed:              0 / 2216 ( 0.00%)
  Misses:                      0 / 2216 ( 0.00%)
Uncacheable calls:            11 / 2227 ( 0.49%)
  Called for preprocessing:   11 /   11 (100.0%)
Successful lookups:
  Direct:                   2216 / 2216 (100.0%)
  Preprocessed:                0
Local storage:
  Cache size (GB):           0.7 /  1.0 (74.96%)
  Files:                    6648
  Hits:                     2216 / 2216 (100.0%)
  Misses:                      0 / 2216 ( 0.00%)
  Reads:                    4432
  Writes:                      0

@github-actions github-actions bot added chore Improvements that don't directly affect features feature: cli This is related to CLI labels Oct 1, 2024
@tido64 tido64 force-pushed the tido/cli/support-ccache branch from e527175 to 6b942ec Compare October 1, 2024 11:15
@tido64 tido64 enabled auto-merge (squash) October 1, 2024 11:41
@tido64 tido64 disabled auto-merge October 1, 2024 11:41
@tido64 tido64 merged commit 4b6ba94 into main Oct 2, 2024
10 checks passed
@tido64 tido64 deleted the tido/cli/support-ccache branch October 2, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Improvements that don't directly affect features feature: cli This is related to CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants