mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Omit stdarch test crates from the rust-src component
These crates aren't necessary for building the standard library. This saves 30MB of disk space. Fixes #94906
This commit is contained in:
parent
4800c7816e
commit
cd5e75a691
@ -821,6 +821,11 @@ impl Step for Src {
|
||||
// not needed and contains symlinks which rustup currently
|
||||
// chokes on when unpacking.
|
||||
"library/backtrace/crates",
|
||||
// these are 30MB combined and aren't necessary for building
|
||||
// the standard library.
|
||||
"library/stdarch/crates/Cargo.toml",
|
||||
"library/stdarch/crates/stdarch-verify",
|
||||
"library/stdarch/crates/intrinsic-test",
|
||||
],
|
||||
&dst_src,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user