We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050f2fb commit d568885Copy full SHA for d568885
bindings/python/musl_wheel.sh
@@ -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