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:
parent
2bb8f6d5e0
commit
7e91dfcaa5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ffbuild_enabled() {
|
||||||
}
|
}
|
||||||
|
|
||||||
ffbuild_dockerbuild() {
|
ffbuild_dockerbuild() {
|
||||||
git clone --filter=blob:none "$SCRIPT_REPO" iconv
|
git clone "$SCRIPT_REPO" iconv
|
||||||
cd iconv
|
cd iconv
|
||||||
git checkout "$SCRIPT_COMMIT"
|
git checkout "$SCRIPT_COMMIT"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue