We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bea71 commit b72f44dCopy full SHA for b72f44d
1 file changed
.github/workflows/build-and-release.yaml
@@ -82,8 +82,8 @@ jobs:
82
- name: Build wheels
83
uses: pypa/cibuildwheel@v2.22.0
84
env:
85
- CIBW_SKIP: "*musllinux* pp*"
86
- CIBW_REPAIR_WHEEL_COMMAND: ""
+ CIBW_SKIP: "pp*"
+ CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH=/project/llama_cpp/lib auditwheel repair -w {dest_dir} {wheel}"
87
CIBW_ARCHS: "aarch64"
88
# Keep native arm64 builds on a portable CPU baseline instead of
89
# tuning wheels to the hosted runner.
0 commit comments