File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -290,8 +290,9 @@ jobs:
290
290
CIBW_REPAIR_WHEEL_COMMAND_LINUX : pip install auditwheel-symbols && (auditwheel repair -w {dest_dir} {wheel} || auditwheel-symbols --manylinux 2010 {wheel})
291
291
# The manylinux container doesn't have a new enough glibc version,
292
292
# so we can't run post-wheel-build tests there.
293
+ # The musllinux containers on aarch64 take 6+ hours to test.
293
294
# Also testing any pypy versions fails, as TensorFlow isn't pypy compatible.
294
- CIBW_TEST_SKIP : " *manylinux* *pp* *-macosx_universal2:arm64"
295
+ CIBW_TEST_SKIP : " *manylinux* *musllinux_aarch* * pp* *-macosx_universal2:arm64"
295
296
# Use the minimum macOS deployment target that has C++17 support:
296
297
MACOSX_DEPLOYMENT_TARGET : " 10.13"
297
298
- uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments