Closed reback00 closed 4 years ago
The script clones this repository including all its past change history and branches: https://github.com/drake-newell/void-packages/blob/5a089025729cc137ff7b08b2e3dc32c3bbf625c4/void-liberation-local#L18
I think we can use shallow clone for making it faster, because we won't need all those history for building:
git clone --depth 1 https://github.com/drake-newell/void-packages.git
Added it.
The script clones this repository including all its past change history and branches: https://github.com/drake-newell/void-packages/blob/5a089025729cc137ff7b08b2e3dc32c3bbf625c4/void-liberation-local#L18
I think we can use shallow clone for making it faster, because we won't need all those history for building: