Skip to content

Updates ccache options to not use -v(verbose)#1168

Merged
Vighnesh-V merged 1 commit into
primaryfrom
ccache-options
Jun 11, 2026
Merged

Updates ccache options to not use -v(verbose)#1168
Vighnesh-V merged 1 commit into
primaryfrom
ccache-options

Conversation

@Vighnesh-V

@Vighnesh-V Vighnesh-V commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

This is supported on most platforms except one the ccache distributed on one of the linux containers....

@Vighnesh-V Vighnesh-V self-assigned this Jun 11, 2026
@skberkeley

Copy link
Copy Markdown
Contributor

you don't think it's worth splitting out the step for non-linux so those platforms still have verbose output?

@Vighnesh-V

Copy link
Copy Markdown
Collaborator Author

Nah - here's an example from my machine:

Cache directory:       /Users/vvijay/Library/Caches/ccache
Config file:           /Users/vvijay/Library/Preferences/ccache/ccache.conf
Directory config file:
System config file:    /opt/homebrew/etc/ccache.conf
Stats updated:         Wed Jun  3 10:44:08 2026
Cacheable calls:        890 / 890 (100.0%)
  Hits:                   0 / 890 ( 0.00%)
    Direct:               0
    Preprocessed:         0
  Misses:               890 / 890 (100.0%)
Successful lookups:
  Direct:                 0 / 890 ( 0.00%)
  Preprocessed:           0 / 890 ( 0.00%)
Local storage:
  Cache size (GiB):     0.1 / 5.0 ( 1.67%)
  Files:               1780
  Hits:                   0 / 890 ( 0.00%)
  Misses:               890 / 890 (100.0%)
  Reads:               1780
  Writes:              1780

Non verbose is:

Cacheable calls:    890 / 890 (100.0%)
  Hits:               0 / 890 ( 0.00%)
    Direct:           0
    Preprocessed:     0
  Misses:           890 / 890 (100.0%)
Local storage:
  Cache size (GiB): 0.1 / 5.0 ( 1.67%)
  Hits:               0 / 890 ( 0.00%)
  Misses:           890 / 890 (100.0%)

I think the ccache -s is good enough honestly.

@skberkeley

Copy link
Copy Markdown
Contributor

ah ok, fair enough

@Vighnesh-V Vighnesh-V merged commit 091208d into primary Jun 11, 2026
15 checks passed
@Vighnesh-V Vighnesh-V deleted the ccache-options branch June 11, 2026 17:22
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.

4 participants