Skip to content

Commit

Permalink
Re-add muls_wheel.sh
Browse files Browse the repository at this point in the history
Thanks to @Antelox

Co-authored-by: @Antelox <anteloxrce@gmail.com>
  • Loading branch information
wtdcode and Antelox committed Sep 26, 2024
1 parent 050f2fb commit d568885
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bindings/python/musl_wheel.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

# TODO: use cibuildwheel
apk update
apk add gcc make cmake pkgconfig linux-headers git musl-dev patchelf

python3 -m pip install -U pip setuptools auditwheel

cd bindings/python && python3 setup.py bdist_wheel && auditwheel repair dist/*.whl && mv -f wheelhouse/*.whl ./dist/

0 comments on commit d568885

Please sign in to comment.