Skip to content

Commit

Permalink
Tools: Scripts: cygwin build: remove setting of git safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Jul 22, 2024
1 parent 79bb964 commit 86bf77a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tools/scripts/cygwin_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ $GPP_COMPILER -print-sysroot
SYS_ROOT=$($GPP_COMPILER -print-sysroot)
echo "SYS_ROOT=$SYS_ROOT"

git config --global --add safe.directory /cygdrive/d/a/ardupilot/ardupilot

rm -rf artifacts
mkdir artifacts

Expand Down

0 comments on commit 86bf77a

Please sign in to comment.