Skip to content

Commit

Permalink
Rollup merge of rust-lang#44203 - cuviper:compiler-rt-test, r=Mark-Si…
Browse files Browse the repository at this point in the history
…mulacrum

rustbuild: update the rust-src filter for compiler-rt

We wanted `src/compiler-rt/test` filtered from the `rust-src` package,
but that path is now `src/libcompiler_builtins/compiler-rt/test`.  This
saves over half of the installed rust-src size. (50MB -> 22MB)
  • Loading branch information
Mark-Simulacrum authored Sep 1, 2017
2 parents f3b7197 + 35f8a20 commit b66823f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ impl Step for Src {
"src/libprofiler_builtins",
];
let std_src_dirs_exclude = [
"src/compiler-rt/test",
"src/libcompiler_builtins/compiler-rt/test",
"src/jemalloc/test/unit",
];

Expand Down

0 comments on commit b66823f

Please sign in to comment.