mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Move iconv submodule fetch to cache
This commit is contained in:
parent
336c8909c8
commit
0a5e19d524
@ -9,12 +9,12 @@ ffbuild_enabled() {
|
|||||||
|
|
||||||
ffbuild_dockerdl() {
|
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 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() {
|
ffbuild_dockerbuild() {
|
||||||
cd "$FFBUILD_DLDIR/$SELF"
|
cd "$FFBUILD_DLDIR/$SELF"
|
||||||
|
|
||||||
retry-tool ./autopull.sh --one-time
|
|
||||||
(unset CC CFLAGS GMAKE && ./autogen.sh)
|
(unset CC CFLAGS GMAKE && ./autogen.sh)
|
||||||
|
|
||||||
local myconf=(
|
local myconf=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user