mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 06:34:32 +02:00
Do full clone for mingw
SF's git server seems to be incapable of bandwidth saving single-commit clones.
This commit is contained in:
parent
915d6e0afa
commit
a197b3f9ca
@ -18,8 +18,9 @@ ffbuild_dockerfinal() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" mingw
|
||||
retry-tool sh -c "rm -rf mingw && git clone '$SCRIPT_REPO' mingw"
|
||||
cd mingw
|
||||
git checkout "$SCRIPT_COMMIT"
|
||||
|
||||
cd mingw-w64-headers
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user