testing/sregex: disable on loongarch64

This commit is contained in:
Celeste 2024-07-12 03:27:36 +00:00
parent 41dad4631e
commit 5ccc471bf4

View File

@ -5,8 +5,8 @@ pkgver=0.0.1
pkgrel=1
pkgdesc="A NFA/DFA-based regex engine matching on large data streams"
url="https://github.com/openresty/sregex"
# armv7 - tests failed
arch="all !armv7"
# armv7, loongarch64 - tests failed
arch="all !armv7 !loongarch64"
license="BSD-3-Clause"
checkdepends="
perl-ipc-run3