Skip to content

Commit

Permalink
Move iconv submodule fetch to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Jul 25, 2023
1 parent 336c890 commit 0a5e19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/20-libiconv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 0a5e19d

Please sign in to comment.