various: migrate fetchPnpmDeps from fetcherVersion = 2 to fetcherVersion = 3 (part 4)#514075
Conversation
ef12e9e to
a765a3c
Compare
|
|
Can you please rebase? |
a765a3c to
6ab6ef5
Compare
|
Rebased, thank you for all reviews gepbird. After that only fetcherVersion = 2 left is #515082 |
|
gepbird
left a comment
There was a problem hiding this comment.
No new failures, looks good.
Migrate various packages using
fetchPnpmDepsfromfetcherVersion = 2tofetcherVersion = 3and update their hashes accordingly.fetcherVersion = 2produces an unpacked pnpm store. Version 3 produces a single zstd-compressed tarball, which is more reproducible and avoids touching individual store files at fixup time.Split across four PRs to keep each one reviewable.
Things done