Skip to content

Commit

Permalink
Try installing python development files in manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
makaimann committed Feb 19, 2025
1 parent f41a23a commit 3db3d12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,16 @@ jobs:
glibc-devel \
gmp-devel \
java-1.8.0-openjdk-devel \
make
make \
python3-devel
# Show what we installed for debugging
gcc --version
cmake --version
# Check Python development files
echo "Checking Python development files:"
ls -l /usr/include/python*
CIBW_BEFORE_ALL_MACOS: |
brew update
brew install gperf ninja
Expand Down
1 change: 0 additions & 1 deletion ci-scripts/cibw_build_before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
./contrib/setup-cvc5.sh
./contrib/setup-z3.sh

source ./.venv/bin/activate
./configure.sh --bitwuzla --cvc5 --z3 --python --python-executable=$(which python3)
cd build
make -j

0 comments on commit 3db3d12

Please sign in to comment.