We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ed173 commit 3236c40Copy full SHA for 3236c40
.github/workflows/ci.yml
@@ -73,6 +73,10 @@ jobs:
73
python: [38, 39, 310, 311]
74
arch: [aarch64]
75
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*"
80
CIBW_BUILD: cp${{ matrix.python }}-*
81
CIBW_ARCHS: ${{ matrix.arch }}
82
steps:
0 commit comments