Revert "engineering: use tar+zstd for win32 node_modules cache" (#291740)

Revert "engineering: use tar+zstd for win32 node_modules cache (#291624)"

This reverts commit 70529729e6.
This commit is contained in:
Raymond Zhao
2026-01-29 13:48:29 -08:00
committed by GitHub
parent 218de2609f
commit 000e601e5e
5 changed files with 7 additions and 7 deletions

View File

@@ -282,4 +282,4 @@ jobs:
$ErrorActionPreference = "Stop"
exec { node build/azure-pipelines/common/listNodeModules.ts .build/node_modules_list.txt }
exec { mkdir -Force .build/node_modules_cache }
exec { & "C:\Program Files\Git\usr\bin\tar.exe" --posix -cf .build/node_modules_cache/cache.tzst --exclude cache.tzst -C . --files-from .build/node_modules_list.txt --force-local --use-compress-program "zstd -T0" }
exec { 7z.exe a .build/node_modules_cache/cache.7z -mx3 `@.build/node_modules_list.txt }