Skip to content

Commit 932ba5c

Browse files
kornelskitilpner
authored andcommitted
Use a shallow clone
1 parent 1bfc5ce commit 932ba5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sys/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ fn fetch() -> io::Result<()> {
123123
let status = Command::new("git")
124124
.current_dir(&output_base_path)
125125
.arg("clone")
126+
.arg("--depth=1")
126127
.arg("-b")
127128
.arg(format!("release/{}", version()))
128129
.arg("https://github.com/FFmpeg/FFmpeg")

0 commit comments

Comments
 (0)