mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Overhaul cache system
This commit is contained in:
@ -12,11 +12,11 @@ ffbuild_enabled() {
|
||||
}
|
||||
|
||||
ffbuild_dockerdl() {
|
||||
to_df "RUN git clone \"$SCRIPT_REPO\" \"$SELF\" && git -C \"$SELF\" checkout \"$SCRIPT_COMMIT\""
|
||||
default_dl .
|
||||
echo "git fetch --unshallow"
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
cd "$FFBUILD_DLDIR/$SELF"
|
||||
cd build/linux
|
||||
|
||||
local myconf=(
|
||||
|
Reference in New Issue
Block a user