Skip to content

Commit

Permalink
Can't build on non-gil.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jun 11, 2024
1 parent fc98377 commit 3e7184c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ jobs:
pip install -U setuptools wheel twine build
pip install -U 'cython>=3.0.10'
pip install -U coverage
pip install -U cffi
pip install -U persistent zope.interface zope.proxy
- name: Install perfmetrics (non-Mac)
if: ${{ ! startsWith(runner.os, 'Mac') }}
run: |
Expand Down
2 changes: 2 additions & 0 deletions scripts/releases/make-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ if [ -d /io -a -d /opt/python ]; then
cd /io
rm -rf wheelhouse
mkdir wheelhouse
# non-gil won't build, seems like a cython issue.
rm -f /opt/python/cp313-cp313t
for variant in `ls -d /opt/python/cp{38,39,310,311,312,313}*`; do
echo "Building $variant"
mkdir /tmp/build
Expand Down

0 comments on commit 3e7184c

Please sign in to comment.