From c7f050f535b1e5c290e3c12297a7c8f9f8478d3b Mon Sep 17 00:00:00 2001 From: Emily Cheng Date: Thu, 19 Dec 2024 12:36:36 -0800 Subject: [PATCH] Set cache-lmdb-store to false --- .github/workflows/pants.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pants.yml b/.github/workflows/pants.yml index 00f1280..e91fc3a 100644 --- a/.github/workflows/pants.yml +++ b/.github/workflows/pants.yml @@ -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.