mirror of
				https://github.com/Swatinem/rust-cache.git
				synced 2025-10-31 23:03:48 +00:00 
			
		
		
		
	remove git-db for now
This commit is contained in:
		
							parent
							
								
									1304a2ec8d
								
							
						
					
					
						commit
						06ff70612d
					
				| @ -24,7 +24,7 @@ export interface CacheConfig { | ||||
| export interface Caches { | ||||
|   index: CacheConfig; | ||||
|   cache: CacheConfig; | ||||
|   git: CacheConfig; | ||||
|   // git: CacheConfig;
 | ||||
|   target: CacheConfig; | ||||
| } | ||||
| 
 | ||||
| @ -62,11 +62,11 @@ export async function getCaches(): Promise<Caches> { | ||||
|       key: `${registryCache}-${lockHash}`, | ||||
|       restoreKeys: [registryCache], | ||||
|     }, | ||||
|     git: { | ||||
|       name: "Git Dependencies", | ||||
|       path: paths.git, | ||||
|       key: "git-db", | ||||
|     }, | ||||
|     // git: {
 | ||||
|     //   name: "Git Dependencies",
 | ||||
|     //   path: paths.git,
 | ||||
|     //   key: "git-db",
 | ||||
|     // },
 | ||||
|     target: { | ||||
|       name: "Target", | ||||
|       path: paths.target, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user