Skip to content

Commit

Permalink
update manylinux-pgo for py3.13t
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Dec 4, 2024
1 parent 0a9e198 commit 97aec81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/build-wheels-manylinux-pgo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu

# see following link for the list of cpython bin
# https://github.com/pypa/manylinux?tab=readme-ov-file#image-content
# TODO: after supporting py313t, "/opt/python/cp{37,38,39,310,311,312,313}-*/bin" would suffice.
for PYBIN in /opt/python/cp*-cp{37m,38,39,310,311,312,313}/bin; do
for PYBIN in /opt/python/cp{37,38,39,310,311,312,313}-*/bin; do
"${PYBIN}/pip" install -U setuptools wheel setuptools-rust
find . -iname 'sudachipy*.so'
rm -f build/lib/sudachipy/sudachipy*.so
Expand Down

0 comments on commit 97aec81

Please sign in to comment.