Files
unicorn/bindings/python/build_wheel_aarch64.sh
2022-10-01 01:01:22 +02:00

11 lines
202 B
Bash

#!/bin/bash
yum install python3 -y
python3 -m pip install -U setuptools wheel auditwheel
cd /work/bindings/python
python3 setup.py bdist_wheel
cd dist
auditwheel repair *.whl
mv -f wheelhouse/*.whl .