Retry flaky iconv clone

This commit is contained in:
BtbN 2023-03-16 17:48:38 +01:00
parent f0568e9a9a
commit 3aaec67422
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ffbuild_enabled() {
}
ffbuild_dockerbuild() {
git clone "$SCRIPT_REPO" iconv
retry-tool sh -c "rm -rf iconv && git clone '$SCRIPT_REPO' iconv"
cd iconv
git checkout "$SCRIPT_COMMIT"