mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Avoid cloning entire repos
This commit is contained in:
@ -14,9 +14,8 @@ ffbuild_dockerstage() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git clone "$AVISYNTH_REPO" avisynth || return -1
|
||||
git-mini-clone "$AVISYNTH_REPO" "$AVISYNTH_COMMIT" avisynth
|
||||
cd avisynth
|
||||
git checkout "$AVISYNTH_COMMIT" || return -1
|
||||
|
||||
mkdir build && cd build
|
||||
|
||||
|
Reference in New Issue
Block a user