Move iconv submodule fetch to cache
This commit is contained in:
parent
336c8909c8
commit
0a5e19d524
1 changed files with 1 additions and 1 deletions
|
@ -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=(
|
||||
|
|
Loading…
Reference in a new issue