You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust: exclude standard library test files from install_only archives
These files shouldn't be needed for most installs. So including them
in the `install_only` archives is wasteful.
On the 3.10 x86_64-unknown-linux-gnu distributions, this reduces the
archive size from 29,628,194 to 25,109,023. The gzip compressed
`install_only` archives are now smaller than the zstd compressed full
archives.
Part of #134.
0 commit comments