ci/circle: fix ccache cache (#12802)

New ccache versions respect the XDG spec: `~/.ccache` → `~/.cache/ccache`.
This commit is contained in:
Benoit Pierre
2024-11-26 16:39:47 +01:00
committed by GitHub
parent dc9ca4e9a6
commit 5d68ece781

View File

@@ -7,7 +7,7 @@ parameters:
# Bump this to reset all caches.
cache_epoch:
type: integer
default: 1
default: 2
# }}}
@@ -91,7 +91,7 @@ jobs:
name: Save build cache
key: *CACHE_KEY_BUILD_CACHE
paths:
- /home/ko/.ccache
- /home/ko/.cache/ccache
- save_cache:
name: Save build directory
key: *CACHE_KEY_BUILD_DIR