mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
ci/circle: fix ccache cache (#12802)
New ccache versions respect the XDG spec: `~/.ccache` → `~/.cache/ccache`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user