Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fb0a330 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

evict cache entries older than 30 days

parent a86ea61c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ if [ "$USE_CCACHE" = 1 ]; then
  # Recompress the cache
  ccache --recompress 6
  # Delete not recently used files
  ccache --evict-older-than 30d
  ccache -c
  # Reset stats
  ccache -z