Skip to content

Commit 70d1944

Browse files
committed
fix(ci): repair release wheel workflows
1 parent 5151ac7 commit 70d1944

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
CIBW_SKIP: "pp*"
8686
CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH=$PWD/llama_cpp/lib auditwheel repair -w {dest_dir} {wheel}"
8787
CIBW_ARCHS: "aarch64"
88+
# cibuildwheel v3 defaults aarch64 to manylinux_2_28 images whose
89+
# current GCC toolchain emits symbols newer than the policy allows.
90+
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux2014"
8891
# Keep native arm64 builds on a portable CPU baseline instead of
8992
# tuning wheels to the hosted runner.
9093
CIBW_ENVIRONMENT: CMAKE_ARGS="-DGGML_NATIVE=off"

‎.github/workflows/build-wheels-rocm.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- uses: actions/setup-python@v6
3434
with:
3535
python-version: ${{ matrix.pyver }}
36-
cache: "pip"
3736

3837
- name: Install build dependencies
3938
run: |

0 commit comments

Comments
 (0)