From f777e6b95bb6158a46ad04beba36bb82ebd2e0a2 Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Sun, 8 Jun 2025 07:25:52 -0700 Subject: [PATCH] add safe directory --- .ci/build-freebsd.sh | 1 + 1 file changed, 1 insertion(+) 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="