We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4800c78 commit cd5e75aCopy full SHA for cd5e75a
src/bootstrap/dist.rs
@@ -821,6 +821,11 @@ impl Step for Src {
821
// not needed and contains symlinks which rustup currently
822
// chokes on when unpacking.
823
"library/backtrace/crates",
824
+ // these are 30MB combined and aren't necessary for building
825
+ // the standard library.
826
+ "library/stdarch/crates/Cargo.toml",
827
+ "library/stdarch/crates/stdarch-verify",
828
+ "library/stdarch/crates/intrinsic-test",
829
],
830
&dst_src,
831
);
0 commit comments