Alaways do full clone of iconv repo
This commit is contained in:
parent
74a2af1977
commit
2bb8f6d5e0
1 changed files with 2 additions and 1 deletions
|
@ -8,8 +8,9 @@ ffbuild_enabled() {
|
|||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" iconv
|
||||
git clone --filter=blob:none "$SCRIPT_REPO" iconv
|
||||
cd iconv
|
||||
git checkout "$SCRIPT_COMMIT"
|
||||
|
||||
./gitsub.sh pull
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue