Remove std.dll
from dist archives on Windows
#131587
Labels
A-incr-comp
Area: Incremental compilation
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-windows
Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
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 theopt-dist
tool. More information can be found here.The text was updated successfully, but these errors were encountered: