Skip to content

Commit 3236c40

Browse files
committed
only build manylinux wheels for aarch64, I get weird symbol not found for musllinux
1 parent a2ed173 commit 3236c40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
python: [38, 39, 310, 311]
7474
arch: [aarch64]
7575
env:
76+
# Skip building aarch64 wheels for musllinux until I figure out why I get
77+
# ImportError: Error relocating ...: __aarch64_cas8_acq_rel: symbol not found
78+
# https://github.com/fonttools/skia-pathops/actions/runs/5143956953/jobs/9259626577#step:6:624
79+
CIBW_SKIP: "*-musllinux*"
7680
CIBW_BUILD: cp${{ matrix.python }}-*
7781
CIBW_ARCHS: ${{ matrix.arch }}
7882
steps:

0 commit comments

Comments
 (0)