Closed
Description
Servo has a dep on Skia, which takes a very long time to download. Aside from appearing to hang (since Cargo doesn't show a progress message), this is a rather unnecessary delay for getting a new build running.
It would be nice if we could specify a --depth
argument in the .config
. (most of the size is due to it's extensive commit history)
Alternatively, a default --depth 50
would work too, though I'm not sure how well that would interact with cargo update
.
Status
Blocked on libgit2/libgit2#3058
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment