Skip to content

Commit

Permalink
ci/circle: fix ccache cache
Browse files Browse the repository at this point in the history
New ccache versions respect the XDG spec: `~/.ccache` → `~/.cache/ccache`.
  • Loading branch information
benoit-pierre committed Nov 25, 2024
1 parent 23cd6af commit 44ed915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
# Bump this to reset all caches.
cache_epoch:
type: integer
default: 2
default: 3

# }}}

Expand Down Expand Up @@ -193,7 +193,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
Expand Down

0 comments on commit 44ed915

Please sign in to comment.