testing/task3: disable check for loongarch64

This commit is contained in:
mio 2024-08-08 16:49:39 +00:00 committed by Kevin Daudt
parent 0520bc24e5
commit 6e1356cdf5

View File

@ -33,8 +33,9 @@ builddir="$srcdir"/task-$pkgver
case "$CARCH" in
# armhf/armv7: 104/152 tests failed in 3.1.0
# loongarch64: 12/152 tests failed in 3.1.0 in builder
# x86: 1/152 test failed in 3.1.0
armhf|armv7|x86) options="!check";;
armhf|armv7|loongarch64|x86) options="!check";;
esac
prepare() {