diff --git a/.ci/build-freebsd.sh b/.ci/build-freebsd.sh index 3244f1a3cf..ca41393026 100755 --- a/.ci/build-freebsd.sh +++ b/.ci/build-freebsd.sh @@ -3,6 +3,7 @@ # Pull all the submodules except llvm, opencv, libpng, sdl and curl # Note: Tried to use git submodule status, but it takes over 20 seconds # shellcheck disable=SC2046 +git config --global --add safe.directory . git submodule -q update --init --depth 1 $(awk '/path/ && !/llvm/ && !/opencv/ && !/libpng/ && !/libsdl-org/ && !/curl/ { print $3 }' .gitmodules) CONFIGURE_ARGS="