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 GitHub
parent 2bb8f6d5e0
commit 2a9305da3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"