Skip to content

Commit e1c334e

Browse files
authored
Disable tests on musllinux-aarch64 containers.
1 parent fad61f8 commit e1c334e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/all.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,9 @@ jobs:
290290
CIBW_REPAIR_WHEEL_COMMAND_LINUX: pip install auditwheel-symbols && (auditwheel repair -w {dest_dir} {wheel} || auditwheel-symbols --manylinux 2010 {wheel})
291291
# The manylinux container doesn't have a new enough glibc version,
292292
# so we can't run post-wheel-build tests there.
293+
# The musllinux containers on aarch64 take 6+ hours to test.
293294
# 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"
295296
# Use the minimum macOS deployment target that has C++17 support:
296297
MACOSX_DEPLOYMENT_TARGET: "10.13"
297298
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)