Skip to content

Commit 139acaf

Browse files
committed
manylinux: ignore git's paranoia about directory permissions.
1 parent 7175cc3 commit 139acaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/releases/make-manylinux

+4
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ if [ -d /RelStorage -a -d /opt/python ]; then
9898
apk add ccache
9999
fi
100100

101+
# Ahh, overprotective security. Disable it.
102+
echo "Fixing git's paranoia"
103+
git config --global --add safe.directory /RelStorage/.git
104+
101105
cd /RelStorage
102106
rm -rf wheelhouse
103107
mkdir wheelhouse

0 commit comments

Comments
 (0)