Skip to content

Remove std.dll from dist archives on Windows #131587

Open

Description

Thanks to #122362, librustc_driver.so no longer dynamically links to the standard library (libstd.so). And since #131188, we no longer ship the dynamic libstd file on non-Windows platforms. This reduces the size of the dist rustup components that we ship.

However, we still ship std.dll on Windows, because removing it was causing incremental tests to fail in the post-optimization testing done by the opt-dist tool. More information can be found here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    A-incr-compArea: Incremental compilationA-testsuiteArea: The testsuite used to check the correctness of rustcO-windowsOperating system: WindowsT-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