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:
@ -13,9 +13,8 @@ ffbuild_dockerstage() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git clone "$SRT_REPO" srt || return -1
|
||||
git-mini-clone "$SRT_REPO" "$SRT_COMMIT" srt
|
||||
cd srt
|
||||
git checkout "$SRT_COMMIT" || return -1
|
||||
|
||||
mkdir build && cd build
|
||||
|
||||
|
Reference in New Issue
Block a user