Skip to content

Commit

Permalink
manylinux: ignore git's paranoia about directory permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 11, 2024
1 parent 7175cc3 commit 139acaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/releases/make-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ if [ -d /RelStorage -a -d /opt/python ]; then
apk add ccache
fi

# Ahh, overprotective security. Disable it.
echo "Fixing git's paranoia"
git config --global --add safe.directory /RelStorage/.git

cd /RelStorage
rm -rf wheelhouse
mkdir wheelhouse
Expand Down

0 comments on commit 139acaf

Please sign in to comment.