From 2c57151c73d99f87975d22e0bd85701921d5f38a Mon Sep 17 00:00:00 2001 From: BtbN Date: Tue, 6 May 2025 10:48:26 +0200 Subject: [PATCH] OpenAPV needs git history --- scripts.d/50-openapv.sh | 5 +++++ 1 file changed, 5 insertions(+) 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