diff --git a/scripts.d/50-openapv.sh b/scripts.d/50-openapv.sh index 4796be0..8b0a934 100755 --- a/scripts.d/50-openapv.sh +++ b/scripts.d/50-openapv.sh @@ -8,6 +8,11 @@ ffbuild_enabled() { return 0 } +ffbuild_dockerdl() { + default_dl . + echo "git fetch --unshallow --filter=blob:none" +} + ffbuild_dockerbuild() { # No need to build this echo > app/CMakeLists.txt