Skip to content

Commit d568885

Browse files
wtdcodeAntelox
andcommitted
Re-add muls_wheel.sh
Thanks to @Antelox Co-authored-by: @Antelox <anteloxrce@gmail.com>
1 parent 050f2fb commit d568885

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bindings/python/musl_wheel.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
3+
# TODO: use cibuildwheel
4+
apk update
5+
apk add gcc make cmake pkgconfig linux-headers git musl-dev patchelf
6+
7+
python3 -m pip install -U pip setuptools auditwheel
8+
9+
cd bindings/python && python3 setup.py bdist_wheel && auditwheel repair dist/*.whl && mv -f wheelhouse/*.whl ./dist/

0 commit comments

Comments
 (0)