Skip to content

Commit fa29e0e

Browse files
Rollup merge of rust-lang#44203 - cuviper:compiler-rt-test, r=Mark-Simulacrum
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)
2 parents e3c1907 + 35f8a20 commit fa29e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/dist.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ impl Step for Src {
757757
"src/libprofiler_builtins",
758758
];
759759
let std_src_dirs_exclude = [
760-
"src/compiler-rt/test",
760+
"src/libcompiler_builtins/compiler-rt/test",
761761
"src/jemalloc/test/unit",
762762
];
763763

0 commit comments

Comments
 (0)