Overhaul cache system

This commit is contained in:
BtbN
2023-12-21 01:31:23 +01:00
parent 75902682ba
commit 7ed76a8724
116 changed files with 179 additions and 358 deletions

View File

@ -12,13 +12,11 @@ ffbuild_enabled() {
}
ffbuild_dockerdl() {
default_dl "$SELF"
to_df "RUN git -C \"$SELF\" submodule update --init --recursive"
default_dl .
echo "git submodule update --init --recursive"
}
ffbuild_dockerbuild() {
cd "$FFBUILD_DLDIR/$SELF"
sed -i 's/DPL_EXPORT/DPL_STATIC/' src/meson.build
mkdir build && cd build