Re-add muls_wheel.sh
Thanks to @Antelox Co-authored-by: @Antelox <anteloxrce@gmail.com>
This commit is contained in:
parent
050f2fbcaf
commit
d568885d64
9
bindings/python/musl_wheel.sh
Normal file
9
bindings/python/musl_wheel.sh
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user