summaryrefslogtreecommitdiffstats
path: root/tests/cpp-compiler/c-compile-shared-library.c
diff options
context:
space:
mode:
authorGangzheng Tong <tonggangzheng@gmail.com>2025-09-04 19:46:19 -0700
committerGitHub <noreply@github.com>2025-09-04 19:46:19 -0700
commit1e1ff8a1254c114f261271ffe5580183b8402e32 (patch)
tree177ccb89a90f31d5e6eab0a72c8a4788b5cbcdf3 /tests/cpp-compiler/c-compile-shared-library.c
parent0fb62524bc8beda70694f6c58570ad8096bbe698 (diff)
Fix cache_dir path for ccache config (#8370)
Previously we are missing `ccache --set-config=cache_dir="$ccache_dir"` and the build was using the default cache_dir. This PR fixed that and the cache are hit in reruns. ``` 📊 ccache statistics (post-build): Cacheable calls: 1198 / 1198 (100.0%) Hits: 1195 / 1198 (99.75%) Direct: 1193 / 1195 (99.83%) Preprocessed: 2 / 1195 ( 0.17%) Misses: 3 / 1198 ( 0.25%) Local storage: Cache size (GiB): 0.6 / 5.0 (11.11%) Hits: 1195 / 1198 (99.75%) Misses: 3 / 1198 ( 0.25%) ```
Diffstat (limited to 'tests/cpp-compiler/c-compile-shared-library.c')
0 files changed, 0 insertions, 0 deletions