wvanderdeijl / nx-remotecache-gcs

Task runner for @nrwl/nx with remote caching using Google Cloud Storage
29 stars 14 forks source link

Caches restored with a different commit? #15

Closed zackarydev closed 6 months ago

zackarydev commented 8 months ago
> nx run myProject:build
Compiling TypeScript files for project "myProject"...
Done compiling TypeScript files for project "myProject".
stored cache at gs://a-project/123.commit and gs://a-project/123.tar
retrieved cache from gs://a-project/456.commit and gs://a-project/456.tar

Is it normal that caches are stored with a commit but retrieved using a different commit?

zackarydev commented 8 months ago

Can we upgrade this package to use Nx 18?