From e3e699f05eb67e393a892bffbc3daf75d628efab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Neusch=C3=A4fer?= Date: Tue, 1 Jul 2025 04:36:42 +0000 Subject: [PATCH] testing/py3-trimesh: enable on s390x --- testing/py3-trimesh/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/py3-trimesh/APKBUILD b/testing/py3-trimesh/APKBUILD index 7087c8d2b8f..90a022d516c 100644 --- a/testing/py3-trimesh/APKBUILD +++ b/testing/py3-trimesh/APKBUILD @@ -6,9 +6,8 @@ pkgrel=2 pkgdesc="Python library for working with triangular meshes" url="https://github.com/mikedh/trimesh" # x86, armhf, armv7 Tests fail on int64 to int32 casts on these arches -# s390x, no py3-rtree # riscv64, no py3-shapely -arch="noarch !x86 !armhf !armv7 !s390x !riscv64" +arch="noarch !x86 !armhf !armv7 !riscv64" # TODO: investigate why checks stall options="!check" license="MIT"