summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-07-23 12:56:46 +0200
committersfan5 <sfan5@live.de>2023-07-25 11:34:59 +0200
commit38ad2467a44848257004d8fb34a252a27554ef91 (patch)
tree59487fd5b5e87d34e73468648bfeb9fd20494846 /ci
parent95a2d5b0449fcd38113c494fa8e7c4bbe7b24bf2 (diff)
downloadmpv-38ad2467a44848257004d8fb34a252a27554ef91.tar.bz2
mpv-38ad2467a44848257004d8fb34a252a27554ef91.tar.xz
ci/mingw: reduce git clone depth to 1
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-mingw64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh
index fad99e5304..90a2016ddd 100755
--- a/ci/build-mingw64.sh
+++ b/ci/build-mingw64.sh
@@ -6,7 +6,7 @@ ln -snf . "$prefix_dir/usr"
ln -snf . "$prefix_dir/local"
wget="wget -nc --progress=bar:force"
-gitclone="git clone --depth=10 --recursive"
+gitclone="git clone --depth=1 --recursive"
commonflags="--disable-static --enable-shared"
export PKG_CONFIG_SYSROOT_DIR="$prefix_dir"