Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(scripts/pack-next): Add support for compressing debuginfo with …
…zlib (#74662) On Linux we must either compress or strip debuginfo, otherwise the debug tarball will be >2GiB, and pnpm (it's actually a node/libuv bug) has issues with files larger than 2GiB. As far as I can tell Rust can generate line numbers for backtraces with zlib-compressed debuginfo, but not with newer zstd-compressed debuginfo.
- Loading branch information