Avoid cloning entire repos

This commit is contained in:
BtbN
2020-09-05 22:34:23 +02:00
parent cf486fe562
commit b4bbce3020
20 changed files with 29 additions and 36 deletions

View File

@ -13,9 +13,8 @@ ffbuild_dockerstage() {
}
ffbuild_dockerbuild() {
git clone "$LIBVPX_REPO" libvpx || return -1
git-mini-clone "$LIBVPX_REPO" "$LIBVPX_COMMIT" libvpx
cd libvpx
git checkout "$LIBVPX_COMMIT" || return -1
local myconf=(
--disable-shared