Skip to content

Commit d649e0a

Browse files
committed
feat(test.rs): Clone with a filter to further reduce download costs
1 parent 4f84385 commit d649e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_system/src/test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ fn setup_rustc(env: &mut Env, args: &TestArg) -> Result<(), String> {
503503
&"https://github.com/rust-lang/rust.git",
504504
&"--depth",
505505
&"1",
506+
&"--filter=blob:limit=0",
506507
],
507508
None,
508509
Some(env),

0 commit comments

Comments
 (0)