Cleanup implementation and use tarballs instead of streaming zip

This commit is contained in:
Bassem Dghaidi
2024-10-21 05:21:32 -07:00
committed by GitHub
parent d399e33060
commit 89354f6540
6 changed files with 173 additions and 242 deletions
+3 -1
View File
@@ -35,4 +35,6 @@ export const SystemTarPathOnWindows = `${process.env['SYSTEMDRIVE']}\\Windows\\S
export const TarFilename = 'cache.tar'
export const ManifestFilename = 'manifest.txt'
export const ManifestFilename = 'manifest.txt'
export const CacheFileSizeLimit = 10 * Math.pow(1024, 3) // 10GiB per repository