Skip to content

Commit

Permalink
Set cache-lmdb-store to false
Browse files Browse the repository at this point in the history
  • Loading branch information
echeng06 committed Dec 19, 2024
1 parent 35ec5a3 commit c7f050f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# then you may also want to preserve the local Pants cache (lmdb_store). However this must invalidate for
# changes to any file that can affect the build, so may not be practical in larger repos.
# A remote cache service integrates with Pants's fine-grained invalidation and avoids these problems.
cache-lmdb-store: 'true' # defaults to 'false'
cache-lmdb-store: 'false' # defaults to 'false'
# Note that named_caches and lmdb_store falls back to partial restore keys which
# may give a useful partial result that will save time over completely clean state,
# but will cause the cache entry to grow without bound over time.
Expand Down

0 comments on commit c7f050f

Please sign in to comment.