Skip to content

Commit

Permalink
Fix make-manylinux: set /greenlet as safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jun 5, 2024
1 parent aff6792 commit d9e5a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if [ -d /greenlet -a -d /opt/python ]; then
# Build in an isolated directory
mkdir /tmp/build
cd /tmp/build
git config --global --add safe.directory /greenlet/.git
git clone /greenlet greenlet
cd greenlet

Expand Down

0 comments on commit d9e5a0a

Please sign in to comment.