8000 Free threaded wheel by Spitfire1900 · Pull Request #1338 · libgit2/pygit2 · GitHub
[go: up one dir, main page]

Skip to content

Free threaded wheel #1338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update build.sh - apt-get install libffi-dev
  • Loading branch information
Spitfire1900 authored Jan 5, 2025
commit f37673037111c0f246f139e209ecbb13a44c81f1
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
if [ -z "$OPENSSL_VERSION" ]; then
apt-get install libssl-dev -y
fi
apt-get install libffi-dev -y
elif [ -f /usr/bin/yum ]; then
yum install wget zlib-devel -y
if [ -z "$OPENSSL_VERSION" ]; then
Expand Down
0