Compare commits
No commits in common. "master" and "autobuild-2023-07-24-12-50" have entirely different histories.
master
...
autobuild-
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue