Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 0 additions & 5 deletions continuous-delivery/build-wheels-manylinux2014-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ set -ex

/opt/python/cp39-cp39/bin/python ./continuous-delivery/update-version.py

/opt/python/cp38-cp38/bin/python -m build
auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp38*.whl

/opt/python/cp39-cp39/bin/python -m build
auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp39*.whl

Expand All @@ -23,8 +20,6 @@ auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp311*.whl
auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp313*.whl

# The free-threaded build does not currently support the Limited C API or the stable ABI. Built them separately
Comment thread
sfod marked this conversation as resolved.
/opt/python/cp313-cp313t/bin/python -m build
auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp313t*.whl
/opt/python/cp314-cp314t/bin/python -m build
auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp314t*.whl

Expand Down
5 changes: 0 additions & 5 deletions continuous-delivery/build-wheels-manylinux2014-x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ set -ex

/opt/python/cp39-cp39/bin/python ./continuous-delivery/update-version.py

/opt/python/cp38-cp38/bin/python -m build
auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp38*.whl

/opt/python/cp39-cp39/bin/python -m build
auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp39*.whl

Expand All @@ -23,8 +20,6 @@ auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp311*.whl
auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp313*.whl

# The free-threaded build does not currently support the Limited C API or the stable ABI. Built them separately
/opt/python/cp313-cp313t/bin/python -m build
auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp313t*.whl
/opt/python/cp314-cp314t/bin/python -m build
auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp314t*.whl

Expand Down
Loading