Omit the ``--filter=blob:none`` option passed to git clone

This should prevent the "filtering not recognized by server, ignoring" warning on git clone.
This commit is contained in:
Dennis E. Mungai 2023-02-15 21:14:59 +03:00 committed by BtbN
parent 2bb8f6d5e0
commit 7e91dfcaa5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ffbuild_enabled() {
}
ffbuild_dockerbuild() {
git clone --filter=blob:none "$SCRIPT_REPO" iconv
git clone "$SCRIPT_REPO" iconv
cd iconv
git checkout "$SCRIPT_COMMIT"