Skip to content

Commit b72f44d

Browse files
committed
enable arm64 musl builds
1 parent c7bea71 commit b72f44d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
- name: Build wheels
8383
uses: pypa/cibuildwheel@v2.22.0
8484
env:
85-
CIBW_SKIP: "*musllinux* pp*"
86-
CIBW_REPAIR_WHEEL_COMMAND: ""
85+
CIBW_SKIP: "pp*"
86+
CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH=/project/llama_cpp/lib auditwheel repair -w {dest_dir} {wheel}"
8787
CIBW_ARCHS: "aarch64"
8888
# Keep native arm64 builds on a portable CPU baseline instead of
8989
# tuning wheels to the hosted runner.

0 commit comments

Comments
 (0)