mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 05:47:39 +02:00
Avoid cloning entire repos
This commit is contained in:
@ -13,9 +13,8 @@ ffbuild_dockerstage() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git clone "$HARFBUZZ_REPO" harfbuzz || return -1
|
||||
git-mini-clone "$HARFBUZZ_REPO" "$HARFBUZZ_COMMIT" harfbuzz
|
||||
cd harfbuzz
|
||||
git checkout "$HARFBUZZ_COMMIT" || return -1
|
||||
|
||||
local myconf=(
|
||||
--prefix="$FFBUILD_PREFIX"
|
||||
|
Reference in New Issue
Block a user