Skip to content

The total Rust archive size has intensified recently #62486

Closed
@tesuji

Description

@tesuji

Edit:

I forgot that with nightly, I also installed clippy, rustfmt, musl target.
The new edit will not contains those.

The total Rust archive size has intensified recently.

% rustc +nightly-2019-07-07-x86_64-unknown-linux-gnu -V
rustc 1.38.0-nightly (dfd52ba6a 2019-07-06)
% du -sch ~/.rustup/toolchains/nightly-2019-07-07-x86_64-unknown-linux-gnu
868M    /home/lzutao/.rustup/toolchains/nightly-2019-07-07-x86_64-unknown-linux-gnu
868M    total
% rustc +nightly-2019-07-08-x86_64-unknown-linux-gnu -V
rustc 1.38.0-nightly (6e310f2ab 2019-07-07)
% du -sch ~/.rustup/toolchains/nightly-2019-07-08-x86_64-unknown-linux-gnu
1.1G    /home/lzutao/.rustup/toolchains/nightly-2019-07-08-x86_64-unknown-linux-gnu
1.1G    total

Is this a regression caused by #59800 ?
cc @Zoxc (for the PR), @Centril (infra team)

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-heavyIssue: Problems and improvements with respect to binary size of generated code.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions