Move iconv submodule fetch to cache

This commit is contained in:
BtbN 2023-07-25 14:39:11 +02:00
parent 336c8909c8
commit 0a5e19d524
1 changed files with 1 additions and 1 deletions

View File

@ -9,12 +9,12 @@ ffbuild_enabled() {
ffbuild_dockerdl() {
to_df "RUN retry-tool sh -c \"rm -rf $SELF && git clone '$SCRIPT_REPO' $SELF\" && git -C $SELF checkout \"$SCRIPT_COMMIT\""
to_df "RUN cd $SELF && retry-tool ./autopull.sh --one-time"
}
ffbuild_dockerbuild() {
cd "$FFBUILD_DLDIR/$SELF"
retry-tool ./autopull.sh --one-time
(unset CC CFLAGS GMAKE && ./autogen.sh)
local myconf=(