mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Overhaul cache system
This commit is contained in:
@ -9,12 +9,10 @@ ffbuild_enabled() {
|
||||
}
|
||||
|
||||
ffbuild_dockerdl() {
|
||||
to_df "RUN git clone --filter=blob:none \"$SCRIPT_REPO\" \"$SELF\" && git -C \"$SELF\" checkout \"$SCRIPT_COMMIT\""
|
||||
echo "git clone --filter=blob:none \"$SCRIPT_REPO\" . && git checkout \"$SCRIPT_COMMIT\""
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
cd "$FFBUILD_DLDIR/$SELF"
|
||||
|
||||
# Kill build of utils and their sndfile dep
|
||||
echo > src/utils/meson.build
|
||||
echo > src/pulsecore/sndfile-util.c
|
||||
|
Reference in New Issue
Block a user